Searched defs:InValue (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | SafepointIRVerifier.cpp | 676 const Value *InValue = PN->getIncomingValue(i); removeValidUnrelocatedDefs() local |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | GVNHoist.cpp | 416 InValuesType InValue; computeInsertionPoints() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstructionCombining.cpp | 1730 simplifyInstructionWithPHI(Instruction & I,PHINode * PN,Value * InValue,BasicBlock * InBB,const DataLayout & DL,const SimplifyQuery SQ) simplifyInstructionWithPHI() argument |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SimplifyCFG.cpp | 5762 Value *InValue = PHI.getIncomingValue(Idx); FindPHIForConditionForwarding() local |