Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h121 SmallPtrSet<BasicBlock *, 16> BBExecutable; // The bbs that are executable. variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DSparsePropagation.h123 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DSparsePropagation.h123 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DSparsePropagation.h121 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DSparsePropagation.h123 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DSparsePropagation.h123 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DSparsePropagation.h123 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp162 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anon27aabfd40211::SCCPSolver
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp196 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in __anon2b65abf60111::SCCPSolver
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp301 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in llvm::SCCPInstVisitor