Home
last modified time | relevance | path

Searched defs:ReachableBlocks (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/utils/analyzer/
H A DSumTimerInfo.py28 ReachableBlocks = 0 variable
52 ReachableBlocks = ReachableBlocks + int(s[0]) variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddeadcode.go22 func ReachableBlocks(f *Func) []bool { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp860 SmallPtrSet<BasicBlock *, 16> ReachableBlocks; in CloneAndPruneIntoFromInst() local
/aosp_15_r20/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1070 llvm::SmallPtrSet<const CFGBlock *, 16> ReachableBlocks; member in __anonb45118d30611::FallthroughMapper
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp625 SmallPtrSet<const BasicBlock *, 8> ReachableBlocks; member in __anona413c6020311::NewGVN
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp626 SmallPtrSet<const BasicBlock *, 8> ReachableBlocks; member in __anon176504080211::NewGVN
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp14050 SmallPtrSet<BasicBlock *, 16> ReachableBlocks; in verify() local