Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp151 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local
153 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
201 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument
204 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()
219 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
/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/bindings/go/llvm/
Dir.go1178 func (v Value) IncomingValue(i int) (rv Value) { func