Searched refs:InValue (Results 1 – 6 of 6) sorted by relevance
659 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local661 if (isNotExclusivelyConstantDerived(InValue)) { in removeValidUnrelocatedDefs()662 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()668 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()793 const Value *InValue = PN->getIncomingValue(i); in verifyInstruction() local795 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()796 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()797 reportInvalidUse(*InValue, *PN); in verifyInstruction()
255 id InValue) {258 Value = InValue;
768 InValuesType InValue; in computeInsertionPoints() local791 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()810 insertCHI(InValue, OutValue); in computeInsertionPoints()
2538 Value *InValue = PHI->getIncomingValue(Idx); in FindPHIForConditionForwarding() local2539 if (InValue != CaseValue) continue; in FindPHIForConditionForwarding()
4482 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local4483 if (InValue != CaseValue) in FindPHIForConditionForwarding()
4093 Value *InValue = PHI->getIncomingValue(Idx); in FindPHIForConditionForwarding() local4094 if (InValue != CaseValue) in FindPHIForConditionForwarding()