Searched defs:BBExecutable (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h123 SmallPtrSet<BasicBlock*, 16> BBExecutable; // The bbs that are executable. member in class:llvm::SparseSolver
177 return BBExecutable.count(BB);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp159 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in class:__anon26321::SCCPSolver
217 if (!BBExecutable.insert(BB)) return false;
266 return BBExecutable.count(BB);
455 if (BBExecutable.count(I->getParent())) // Inst is executable?
584 assert(BBExecutable.count(To) && "Dest should always be alive!");
587 if (!BBExecutable.count(From)) return false;
1244 if (!BBExecutable.count(BB))

Completed in 162 milliseconds