Searched refs:BBExecutable (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DSparsePropagation.cpp92 BBExecutable.insert(BB); // Basic block is executable!
105 if (BBExecutable.count(Dest)) {
309 if (BBExecutable.count(U->getParent())) // Inst is executable?
332 if (!BBExecutable.count(BB))
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp158 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in class:__anon2672::SCCPSolver
216 if (!BBExecutable.insert(BB)) return false;
265 return BBExecutable.count(BB);
454 if (BBExecutable.count(I->getParent())) // Inst is executable?
582 assert(BBExecutable.count(To) && "Dest should always be alive!");
585 if (!BBExecutable.count(From)) return false;
1244 if (!BBExecutable.count(BB))

Completed in 162 milliseconds