Home
last modified time | relevance | path

Searched defs:BBExecutable (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DSparsePropagation.h123 SmallPtrSet<BasicBlock*, 16> BBExecutable; // The bbs that are executable. variable
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp159 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anon10360b9e0211::SCCPSolver