Searched defs:BlockSet (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExceptionInfo.h | 48 SmallPtrSet<const MachineBasicBlock *, 8> BlockSet; variable
|
D | WebAssemblyFixIrreducibleControlFlow.cpp | 67 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExceptionInfo.h | 47 SmallPtrSet<MachineBasicBlock *, 8> BlockSet; variable
|
D | WebAssemblyFixIrreducibleControlFlow.cpp | 68 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 541 using BlockSet = DenseSet<Block *>; variable 657 using BlockSet = DenseSet<Block *>; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 676 using BlockSet = DenseSet<Block *>; variable 826 using BlockSet = DenseSet<Block *>; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 246 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 237 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
|
/external/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 77 typedef SmallPtrSet<const MachineBasicBlock*, 8> BlockSet; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 110 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 116 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 4750 SmallPtrSetImpl<BasicBlock *> &BlockSet, in collectBlocks()
|