Home
last modified time | relevance | path

Searched defs:IncomingValue (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp192 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local
262 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp774 const Value *IncomingValue = PHI.getIncomingValue(Idx); in isHardwareLoopProfitable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp999 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1297 func (v Value) IncomingValue(i int) (rv Value) { func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4361 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in simplifyCommonResume() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7874 Value *IncomingValue = PHI->getIncomingValue(u); in updateWithPHINode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4543 auto *IncomingValue = LCSSAPhi.getIncomingValue(0); in fixLCSSAPHIs() local