Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp149 bool ExistingValueOnly) { in GetValueInMiddleOfBlock() argument
153 return GetValueAtEndOfBlockInternal(BB, ExistingValueOnly); in GetValueInMiddleOfBlock()
158 if (ExistingValueOnly) in GetValueInMiddleOfBlock()
174 Register PredVal = GetValueAtEndOfBlockInternal(PredBB, ExistingValueOnly); in GetValueInMiddleOfBlock()
195 if (ExistingValueOnly) in GetValueInMiddleOfBlock()
365 bool ExistingValueOnly) { in GetValueAtEndOfBlockInternal() argument
368 if (ExistingVal || ExistingValueOnly) in GetValueAtEndOfBlockInternal()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h100 bool ExistingValueOnly = false);
113 bool ExistingValueOnly = false);