Home
last modified time | relevance | path

Searched refs:AvailableSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp528 const AvailableValueSet &AvailableSet);
589 AvailableValueSet &AvailableSet = BBS->AvailableIn; in verifyFunction() local
594 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction()
599 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()
650 AvailableValueSet AvailableSet = BBS->AvailableIn; in removeValidUnrelocatedDefs() local
726 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()
793 const AvailableValueSet &AvailableSet) { in verifyInstruction() argument
826 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 …]