Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h48 SmallPtrSet<MachineBasicBlock *, 8> BlockSet; variable
H A DWebAssemblyFixIrreducibleControlFlow.cpp68 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h726 using BlockSet = DenseSet<Block *>; variable
884 using BlockSet = DenseSet<Block *>; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp38 using BlockSet = std::unordered_set<BasicBlock *>; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp509 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp144 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9627 SmallPtrSetImpl<BasicBlock *> &BlockSet, in collectBlocks()