Searched refs:InValue (Results 1 – 3 of 3) sorted by relevance
678 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local680 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() local814 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()815 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()816 reportInvalidUse(*InValue, *PN); in verifyInstruction()
431 InValuesType InValue; in computeInsertionPoints() local455 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()474 insertCHI(InValue, OutValue); in computeInsertionPoints()
5531 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local5532 if (InValue != CaseValue) in FindPHIForConditionForwarding()