Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopBoundSplit.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-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.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-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp963 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
966 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp5056 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in simplifyCommonResume() local
5065 if (IncomingValue != LandingPad) in simplifyCommonResume()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp8384 Value *IncomingValue = in addUsersInExitBlock() local
8386 VPValue *V = Builder.getVPValueOrAddLiveIn(IncomingValue, Plan); in addUsersInExitBlock()