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

/macosx-10.10.1/llvmCore-3425.0.34/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);
/macosx-10.10.1/llvmCore-3425.0.34/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))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp158 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in class:__anon10429::SCCPSolver
216 if (!BBExecutable.insert(BB)) return false;
265 return BBExecutable.count(BB);
461 if (BBExecutable.count(I->getParent())) // Inst is executable?
589 assert(BBExecutable.count(To) && "Dest should always be alive!");
592 if (!BBExecutable.count(From)) return false;
1254 if (!BBExecutable.count(BB))

Completed in 118 milliseconds