Searched refs:BlockSet (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp67 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>;
69 static BlockVector getSortedEntries(const BlockSet &Entries) {
85 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks)
110 const BlockSet &getLoopers() const { return Loopers; }
113 const BlockSet &getLoopEntries() const { return LoopEntries; }
116 const BlockSet &getLoopEnterers(MachineBasicBlock *LoopEntry) const {
125 const BlockSet &Blocks;
127 BlockSet Loopers, LoopEntries;
128 DenseMap<MachineBasicBlock *, BlockSet> LoopEnterers;
133 DenseMap<MachineBasicBlock *, BlockSet> Reachabl
[all...]
H A DWebAssemblyExceptionInfo.h48 SmallPtrSet<const MachineBasicBlock *, 8> BlockSet; member in class:llvm::WebAssemblyException
68 return BlockSet.count(MBB);
73 BlockSet.insert(MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h108 using BlockSet = SmallPtrSetImpl<MachineBasicBlock*>;
191 BlockSet &VisitedBBs) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h301 void collectBlocks(SmallPtrSetImpl<BasicBlock *> &BlockSet,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h546 using BlockSet = DenseSet<Block *>;
552 using block_iterator = BlockSet::iterator;
553 using const_block_iterator = BlockSet::const_iterator;
613 BlockSet Blocks;
662 using BlockSet = DenseSet<Block *>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1132 SmallPtrSetImpl<BasicBlock *> &BlockSet,
1135 BlockSet.insert(EntryBB);
1136 BlockSet.insert(ExitBB);
1143 if (BlockSet.insert(SuccBB).second)
1131 collectBlocks( SmallPtrSetImpl<BasicBlock *> &BlockSet, SmallVectorImpl<BasicBlock *> &BlockVector) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp400 InstSet &Defs, BlockSet &VisitedBBs) const {
H A DMachineVerifier.cpp109 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>;
113 BlockSet FunctionBlocks;
155 BlockSet Preds, Succs;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp257 SmallPtrSet<BasicBlock *, 8> BlockSet; local
264 if (BlockSet.insert(ExitBlock).second) {

Completed in 258 milliseconds