Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp535 const AvailableValueSet &AvailableSet);
596 AvailableValueSet &AvailableSet = BBS->AvailableIn; in verifyFunction() local
601 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction()
606 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()
657 AvailableValueSet AvailableSet = BBS->AvailableIn; in removeValidUnrelocatedDefs() local
733 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()
800 const AvailableValueSet &AvailableSet) { in verifyInstruction() argument
833 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 …]