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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp179 for (auto &IncomingValue : Phi->incoming_values()) {
181 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1);
251 static void reservePreviousStackSlotForValue(const Value *IncomingValue, argument
253 SDValue Incoming = Builder.getValue(IncomingValue);
267 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp557 const Value *IncomingValue = PHI.getIncomingValue(Idx); local
559 memAddrUsesCTR(IncomingValue, TM, Visited))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3972 auto *IncomingValue = LCSSAPhi.getIncomingValue(0);
3975 if (isa<Instruction>(IncomingValue))
3977 cast<Instruction>(IncomingValue), VF)
3984 getOrCreateScalarValue(IncomingValue, { UF - 1, LastLane });
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp999 Value *IncomingValue = PN->getIncomingValue(i);
1002 ResultValues.push_back(getOperandValue(IncomingValue, SF));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3943 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); local
3952 if (IncomingValue != LandingPad)

Completed in 80 milliseconds