Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp438 Value *IncomingValue = PN.getIncomingValue(i); in splitLoopBound() local
444 LCSSAPhi->addIncoming(IncomingValue, PN.getIncomingBlock(i)); in splitLoopBound()
451 PN.addIncoming(VMap[IncomingValue], PostLoop->getExitingBlock()); in splitLoopBound()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp200 for (const auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local
202 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
269 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument
271 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()
285 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp999 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
1002 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4987 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in simplifyCommonResume() local
4996 if (IncomingValue != LandingPad) in simplifyCommonResume()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8655 Value *IncomingValue = in addUsersInExitBlock() local
8657 VPValue *V = Plan.getVPValueOrAddLiveIn(IncomingValue); in addUsersInExitBlock()