Home
last modified time | relevance | path

Searched refs:ExistingValueOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp144 bool ExistingValueOnly) { in GetValueInMiddleOfBlock() argument
148 return GetValueAtEndOfBlockInternal(BB, ExistingValueOnly); in GetValueInMiddleOfBlock()
153 if (ExistingValueOnly) in GetValueInMiddleOfBlock()
169 Register PredVal = GetValueAtEndOfBlockInternal(PredBB, ExistingValueOnly); in GetValueInMiddleOfBlock()
190 if (ExistingValueOnly) in GetValueInMiddleOfBlock()
375 bool ExistingValueOnly) { in GetValueAtEndOfBlockInternal() argument
378 if (ExistingVal || ExistingValueOnly) in GetValueAtEndOfBlockInternal()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h100 bool ExistingValueOnly = false);
113 bool ExistingValueOnly = false);