Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h47 SmallPtrSet<MachineBasicBlock *, 8> BlockSet; global() variable
H A DWebAssemblyFixIrreducibleControlFlow.cpp68 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h700 using BlockSet = DenseSet<Block *>; variable
854 using BlockSet = DenseSet<Block *>; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp487 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp131 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8356 SmallPtrSetImpl<BasicBlock *> &BlockSet, in collectBlocks()