Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DSparsePropagation.h121 SmallPtrSet<BasicBlock *, 16> BBExecutable; // The bbs that are executable. variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DSparsePropagation.h123 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h121 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp162 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anoncf765e320211::SCCPSolver
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp196 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in __anon426251d40111::SCCPSolver
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp301 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in llvm::SCCPInstVisitor