Home
last modified time | relevance | path

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

/src/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
704 isNotExclusivelyConstantDerived(V) && !AvailableSet.count(V)) { in removeValidUnrelocatedDefs()
733 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()
800 const AvailableValueSet &AvailableSet) { in verifyInstruction() argument
824 auto hasValidUnrelocatedUse = [&AvailableSet, Tracker, baseTyLHS, baseTyRHS, in verifyInstruction()
833 if (AvailableSet.count(LHS) || AvailableSet.count(RHS)) in verifyInstruction()
[all …]