Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h123 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
174 return BBExecutable.count(BB); in isBlockExecutable()
262 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()
277 if (BBExecutable.count(Dest)) { in markEdgeExecutable()
483 if (BBExecutable.count(Inst->getParent())) // Inst is executable? in Solve()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp361 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in llvm::SCCPInstVisitor
534 if (!BBExecutable.count(Inst->getParent())) in invalidate()
592 if (BBExecutable.count(I->getParent())) // Inst is executable? in operandChangedState()
753 return BBExecutable.count(BB); in isBlockExecutable()
841 BBExecutable.erase(&BB); in markFunctionUnreachable()
880 if (!BBExecutable.insert(BB).second) in markBlockExecutable()
2021 if (!BBExecutable.count(&BB)) in resolvedUndefsIn()