Home
last modified time | relevance | path

Searched refs:IncomingValue (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp146 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local
148 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
196 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument
199 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()
214 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp715 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
718 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp944 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
947 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3391 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in SimplifyCommonResume() local
3400 if (IncomingValue != LandingPad) in SimplifyCommonResume()
/external/llvm/bindings/go/llvm/
Dir.go1178 func (v Value) IncomingValue(i int) (rv Value) { func