Searched defs:BBExecutable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | SparsePropagation.h | 123 SmallPtrSet<BasicBlock *, 16> BBExecutable; global() variable |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SCCPSolver.cpp | 367 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. global() member in llvm::SCCPInstVisitor |