Lines Matching refs:AvailableSet
537 const AvailableValueSet &AvailableSet);
598 AvailableValueSet &AvailableSet = BBS->AvailableIn; in verifyFunction() local
603 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction()
608 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()
659 AvailableValueSet AvailableSet = BBS->AvailableIn; in removeValidUnrelocatedDefs() local
706 isNotExclusivelyConstantDerived(V) && !AvailableSet.count(V)) { in removeValidUnrelocatedDefs()
735 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()
802 const AvailableValueSet &AvailableSet) { in verifyInstruction() argument
826 auto hasValidUnrelocatedUse = [&AvailableSet, Tracker, baseTyLHS, baseTyRHS, in verifyInstruction()
835 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()
877 isNotExclusivelyConstantDerived(V) && !AvailableSet.count(V)) in verifyInstruction()