Home
last modified time | relevance | path

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

/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
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp341 using BlockSet = llvm::SmallPtrSet<Block *, 4>; in addDropRefInDivergentLivenessSuccessor() typedef
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h700 using BlockSet = DenseSet<Block *>; global() variable
854 using BlockSet = DenseSet<Block *>; global() variable
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp457 SmallPtrSet<BasicBlock *, 8> BlockSet; PGOCounterPromoter() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp126 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; global() typedef
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7921 collectBlocks(SmallPtrSetImpl<BasicBlock * > & BlockSet,SmallVectorImpl<BasicBlock * > & BlockVector) collectBlocks() argument