Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp437 Value *IncomingValue = PN.getIncomingValue(i); in splitLoopBound() local
443 LCSSAPhi->addIncoming(IncomingValue, PN.getIncomingBlock(i)); in splitLoopBound()
450 PN.addIncoming(VMap[IncomingValue], PostLoop->getExitingBlock()); in splitLoopBound()
H A DDFAJumpThreading.cpp626 Value *IncomingValue = Phi->getIncomingValueForBlock(IncomingBB); in getPathsFromStateDefMap() local
628 if (auto *C = dyn_cast<ConstantInt>(IncomingValue)) { in getPathsFromStateDefMap()
647 auto *IncomingPhi = dyn_cast<PHINode>(IncomingValue); in getPathsFromStateDefMap()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp199 for (const auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local
201 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
268 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument
270 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()
284 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp312 auto *IncomingValue = cast<Instruction>(PHI->getIncomingValue(Idx)); in collectUsers() local
313 if (UsersToReplace.contains(IncomingValue)) in collectUsers()
315 if (!ValuesToRevisit.insert(IncomingValue)) in collectUsers()
317 Worklist.emplace_back(IncomingValue); in collectUsers()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp963 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
966 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5206 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in simplifyCommonResume() local
5215 if (IncomingValue != LandingPad) in simplifyCommonResume()