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.h122 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
173 return BBExecutable.count(BB); in isBlockExecutable()
261 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()
276 if (BBExecutable.count(Dest)) { in markEdgeExecutable()
482 if (BBExecutable.count(Inst->getParent())) // Inst is executable? in Solve()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp430 SmallPtrSet<BasicBlock *, 8> BBExecutable; member in llvm::SCCPInstVisitor
615 if (!BBExecutable.count(Inst->getParent())) in invalidate()
819 return BBExecutable.count(BB); in isBlockExecutable()
910 BBExecutable.erase(&BB); in markFunctionUnreachable()
949 if (!BBExecutable.insert(BB).second) in markBlockExecutable()
2129 if (!BBExecutable.count(&BB)) in resolvedUndefsIn()