Searched refs:AvailableSet (Results 1 – 1 of 1) sorted by relevance
535 const AvailableValueSet &AvailableSet);596 AvailableValueSet &AvailableSet = BBS->AvailableIn; in verifyFunction() local601 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction()606 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()657 AvailableValueSet AvailableSet = BBS->AvailableIn; in removeValidUnrelocatedDefs() local733 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()800 const AvailableValueSet &AvailableSet) { in verifyInstruction() argument833 if (AvailableSet.count(LHS) || AvailableSet.count(RHS)) in verifyInstruction()867 if (baseTyLHS == BaseType::NonConstant && !AvailableSet.count(LHS)) in verifyInstruction()869 if (baseTyRHS == BaseType::NonConstant && !AvailableSet.count(RHS)) in verifyInstruction()[all …]