Home
last modified time | relevance | path

Searched defs:BlockSet (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h48 SmallPtrSet<const MachineBasicBlock *, 8> BlockSet; variable
H A DWebAssemblyFixIrreducibleControlFlow.cpp67 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h47 SmallPtrSet<MachineBasicBlock *, 8> BlockSet; variable
H A DWebAssemblyFixIrreducibleControlFlow.cpp68 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h541 using BlockSet = DenseSet<Block *>; variable
657 using BlockSet = DenseSet<Block *>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
DJITLink.h699 using BlockSet = DenseSet<Block *>; variable
853 using BlockSet = DenseSet<Block *>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
DJITLink.h699 using BlockSet = DenseSet<Block *>; variable
853 using BlockSet = DenseSet<Block *>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h676 using BlockSet = DenseSet<Block *>; variable
826 using BlockSet = DenseSet<Block *>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
DJITLink.h699 using BlockSet = DenseSet<Block *>; variable
853 using BlockSet = DenseSet<Block *>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
DJITLink.h698 using BlockSet = DenseSet<Block *>; variable
852 using BlockSet = DenseSet<Block *>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp246 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp237 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp77 typedef SmallPtrSet<const MachineBasicBlock*, 8> BlockSet; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineVerifier.cpp110 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineVerifier.cpp116 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4750 SmallPtrSetImpl<BasicBlock *> &BlockSet, in collectBlocks()