Searched defs:IncomingValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp146 for (auto &IncomingValue : Phi->incoming_values()) {
148 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1);
196 static void reservePreviousStackSlotForValue(const Value *IncomingValue, argument
199 SDValue Incoming = Builder.getValue(IncomingValue);
214 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3391 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); local
3400 if (IncomingValue != LandingPad)

Completed in 4060 milliseconds