Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineSSAUpdater.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-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineSSAUpdater.h100 bool ExistingValueOnly = false);
113 bool ExistingValueOnly = false);