HomeSort by relevance Sort by last modified time
    Searched defs:BBExecutable (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 123 SmallPtrSet<BasicBlock*, 16> BBExecutable; // The bbs that are executable.
177 return BBExecutable.count(BB);
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 158 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable.
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;
    [all...]

Completed in 332 milliseconds