Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp537 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()
[all …]