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

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h121 SmallPtrSet<BasicBlock *, 16> BBExecutable; // The bbs that are executable. member in class:llvm::SparseSolver
174 return BBExecutable.count(BB);
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp159 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in class:__anon23069::SCCPSolver
220 if (!BBExecutable.insert(BB)) return false;
269 return BBExecutable.count(BB);
466 if (BBExecutable.count(I->getParent())) // Inst is executable?
621 assert(BBExecutable.count(To) && "Dest should always be alive!");
624 if (!BBExecutable.count(From)) return false;
1428 if (!BBExecutable.count(BB))
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp162 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in class:__anon14762::SCCPSolver
220 if (!BBExecutable.insert(BB).second)
270 return BBExecutable.count(BB);
472 if (BBExecutable.count(I->getParent())) // Inst is executable?
608 assert(BBExecutable.count(To) && "Dest should always be alive!");
611 if (!BBExecutable.count(From)) return false;
1242 if (!BBExecutable.count(&BB))

Completed in 237 milliseconds