Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp218 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
313 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()
477 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()
508 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP()
532 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp176 if (!Solver.isBlockExecutable(&F->getEntryBlock())) in specializeFunction()
481 if (!Solver.isBlockExecutable(CS.getParent())) in getPossibleConstants()
616 if (!Solver.isBlockExecutable(&BB)) in runFunctionSpecialization()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h98 bool isBlockExecutable(BasicBlock *BB) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp397 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in llvm::SCCPInstVisitor
1653 bool SCCPSolver::isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in SCCPSolver
1654 return Visitor->isBlockExecutable(BB); in isBlockExecutable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function