Home
last modified time | relevance | path

Searched defs:BlockSet (Results 1 – 6 of 6) 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-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-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp246 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