Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h176 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp266 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anon4dbf262f0211::SCCPSolver
1591 if (!Solver.isBlockExecutable(BB)) { in runOnFunction()
1765 if (Solver.isBlockExecutable(F->begin())) { in runOnModule()
1788 if (!Solver.isBlockExecutable(BB)) { in runOnModule()