Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h48 SmallPtrSet<MachineBasicBlock *, 8> BlockSet; variable
H A DWebAssemblyFixIrreducibleControlFlow.cpp67 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h585 using BlockSet = DenseSet<Block *>; variable
712 using BlockSet = DenseSet<Block *>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp247 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp109 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2600 SmallPtrSetImpl<BasicBlock *> &BlockSet, in collectBlocks()