Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyExceptionInfo.h48 SmallPtrSet<MachineBasicBlock *, 8> BlockSet; variable
HDWebAssemblyFixIrreducibleControlFlow.cpp68 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h700 using BlockSet = DenseSet<Block *>; variable
854 using BlockSet = DenseSet<Block *>; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp487 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineVerifier.cpp131 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp8356 SmallPtrSetImpl<BasicBlock *> &BlockSet, in collectBlocks()