Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h48 SmallPtrSet<MachineBasicBlock *, 8> BlockSet; variable
H A DWebAssemblyFixIrreducibleControlFlow.cpp68 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp335 using BlockSet = llvm::SmallPtrSet<Block *, 4>; in addDropRefInDivergentLivenessSuccessor() typedef
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h673 using BlockSet = DenseSet<Block *>; variable
823 using BlockSet = DenseSet<Block *>; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp237 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp115 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4405 SmallPtrSetImpl<BasicBlock *> &BlockSet, in collectBlocks()