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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DSparsePropagation.h173 /// isBlockExecutable - Return true if there are any known feasible
176 bool isBlockExecutable(BasicBlock *BB) const { function in class:llvm::SparseSolver
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp264 bool isBlockExecutable(BasicBlock *BB) const { function in class:__anon10429::SCCPSolver
1593 if (!Solver.isBlockExecutable(BB)) {
1767 if (Solver.isBlockExecutable(F->begin())) {
1790 if (!Solver.isBlockExecutable(BB)) {

Completed in 166 milliseconds