Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp69 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()
173 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()
211 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP()
238 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
H A DFunctionSpecialization.cpp182 if (!Solver.isBlockExecutable(Call->getParent())) in promoteConstantStackValues()
437 if (!Solver.isBlockExecutable(CS.getParent())) in findSpecializations()
515 if (!Solver.isBlockExecutable(&F->getEntryBlock())) in isCandidateFunction()
740 Solver.isBlockExecutable(CS->getParent())) in updateCallSites()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp99 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h135 bool isBlockExecutable(BasicBlock *BB) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp632 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in llvm::SCCPInstVisitor
1862 bool SCCPSolver::isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in SCCPSolver
1863 return Visitor->isBlockExecutable(BB); in isBlockExecutable()