Searched refs:AvailableSet (Results 1 – 1 of 1) sorted by relevance
528 const AvailableValueSet &AvailableSet);589 AvailableValueSet &AvailableSet = BBS->AvailableIn; in verifyFunction() local594 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction()599 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()650 AvailableValueSet AvailableSet = BBS->AvailableIn; in removeValidUnrelocatedDefs() local726 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()793 const AvailableValueSet &AvailableSet) { in verifyInstruction() argument826 if (AvailableSet.count(LHS) || AvailableSet.count(RHS)) in verifyInstruction()860 if (baseTyLHS == BaseType::NonConstant && !AvailableSet.count(LHS)) in verifyInstruction()862 if (baseTyRHS == BaseType::NonConstant && !AvailableSet.count(RHS)) in verifyInstruction()[all …]