Home
last modified time | relevance | path

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

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