Searched refs:AvailableSet (Results 1 – 1 of 1) sorted by relevance
537 const AvailableValueSet &AvailableSet);598 AvailableValueSet &AvailableSet = BBS->AvailableIn; in verifyFunction() local603 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction()608 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()659 AvailableValueSet AvailableSet = BBS->AvailableIn; in removeValidUnrelocatedDefs() local735 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()802 const AvailableValueSet &AvailableSet) { in verifyInstruction() argument835 if (AvailableSet.count(LHS) || AvailableSet.count(RHS)) in verifyInstruction()869 if (baseTyLHS == BaseType::NonConstant && !AvailableSet.count(LHS)) in verifyInstruction()871 if (baseTyRHS == BaseType::NonConstant && !AvailableSet.count(RHS)) in verifyInstruction()[all …]