Searched defs:BlockVector (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 323 using BlockVector = SmallVector<const GCOVBlock *, 4>; variable 398 using BlockVector = SmallVector<const GCOVBlock *, 4>; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 66 using BlockVector = SmallVector<MachineBasicBlock *, 4>; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 273 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | GCOV.h | 277 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/ |
D | GCOV.h | 277 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 67 using BlockVector = SmallVector<MachineBasicBlock *, 4>; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | GCOV.h | 277 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | GCOV.h | 277 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | GCOV.h | 372 typedef SmallVector<const GCOVBlock *, 4> BlockVector; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4751 SmallVectorImpl<BasicBlock *> &BlockVector) { in collectBlocks()
|