Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp221 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
316 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()
480 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()
511 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP()
536 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h98 bool isBlockExecutable(BasicBlock *BB) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp397 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in llvm::SCCPInstVisitor
1623 bool SCCPSolver::isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in SCCPSolver
1624 return Visitor->isBlockExecutable(BB); in isBlockExecutable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function