HomeSort by: relevance | last modified time | path
    Searched refs:BBExecutable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
SparsePropagation.h 120 /// BBExecutable - Holds the basic blocks that are executable.
121 SmallPtrSet<BasicBlock *, 16> BBExecutable;
172 return BBExecutable.count(BB);
260 if (!BBExecutable.insert(BB).second)
275 if (BBExecutable.count(Dest)) {
481 if (BBExecutable.count(Inst->getParent())) // Inst is executable?
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 72 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable.
235 if (BBExecutable.count(I->getParent())) // Inst is executable?
398 return BBExecutable.count(BB);
455 if (!BBExecutable.insert(BB).second)
1420 if (!BBExecutable.count(&BB))

Completed in 16 milliseconds