Home
last modified time | relevance | path

Searched refs:InValue (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp678 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local
680 if (isNotExclusivelyConstantDerived(InValue)) { in removeValidUnrelocatedDefs()
681 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
687 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
812 const Value *InValue = PN->getIncomingValue(i); in verifyInstruction() local
814 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()
815 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()
816 reportInvalidUse(*InValue, *PN); in verifyInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp431 InValuesType InValue; in computeInsertionPoints() local
455 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()
474 insertCHI(InValue, OutValue); in computeInsertionPoints()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5531 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local
5532 if (InValue != CaseValue) in FindPHIForConditionForwarding()