Home
last modified time | relevance | path

Searched refs:BlockSet (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp67 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
69 static BlockVector getSortedEntries(const BlockSet &Entries) { in getSortedEntries()
85 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
110 const BlockSet &getLoopers() const { return Loopers; } in getLoopers()
113 const BlockSet &getLoopEntries() const { return LoopEntries; } in getLoopEntries()
116 const BlockSet &getLoopEnterers(MachineBasicBlock *LoopEntry) const { in getLoopEnterers()
125 const BlockSet &Blocks;
127 BlockSet Loopers, LoopEntries;
128 DenseMap<MachineBasicBlock *, BlockSet> LoopEnterers;
133 DenseMap<MachineBasicBlock *, BlockSet> Reachable;
[all …]
DWebAssemblyExceptionInfo.h48 SmallPtrSet<const MachineBasicBlock *, 8> BlockSet; variable
68 return BlockSet.count(MBB); in contains()
73 BlockSet.insert(MBB); in addBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp67 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef
74 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
99 const BlockSet &getLoopers() const { return Loopers; } in getLoopers()
102 const BlockSet &getLoopEntries() const { return LoopEntries; } in getLoopEntries()
105 const BlockSet &getLoopEnterers(MachineBasicBlock *LoopEntry) const { in getLoopEnterers()
114 const BlockSet &Blocks;
116 BlockSet Loopers, LoopEntries;
117 DenseMap<MachineBasicBlock *, BlockSet> LoopEnterers;
122 DenseMap<MachineBasicBlock *, BlockSet> Reachable;
182 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks()
[all …]
DWebAssemblyExceptionInfo.h48 SmallPtrSet<const MachineBasicBlock *, 8> BlockSet; variable
69 return BlockSet.count(MBB); in contains()
74 BlockSet.insert(MBB); in addBlock()
/external/llvm-project/llvm/include/llvm/CodeGen/
DReachingDefAnalysis.h108 using BlockSet = SmallPtrSetImpl<MachineBasicBlock*>;
193 BlockSet &VisitedBBs) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h541 using BlockSet = DenseSet<Block *>; variable
547 using block_iterator = BlockSet::iterator;
548 using const_block_iterator = BlockSet::const_iterator;
608 BlockSet Blocks;
657 using BlockSet = DenseSet<Block *>; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h550 using BlockSet = DenseSet<Block *>; variable
556 using block_iterator = BlockSet::iterator;
557 using const_block_iterator = BlockSet::const_iterator;
617 BlockSet Blocks;
666 using BlockSet = DenseSet<Block *>; variable
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1519 SmallPtrSetImpl<BasicBlock *> &BlockSet, in collectBlocks() argument
1522 BlockSet.insert(EntryBB); in collectBlocks()
1523 BlockSet.insert(ExitBB); in collectBlocks()
1530 if (BlockSet.insert(SuccBB).second) in collectBlocks()
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h419 void collectBlocks(SmallPtrSetImpl<BasicBlock *> &BlockSet,
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp246 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
253 if (BlockSet.insert(ExitBlock).second) { in PGOCounterPromoter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp246 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
250 if (BlockSet.insert(ExitBlock).second) { in PGOCounterPromoter()
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp77 typedef SmallPtrSet<const MachineBasicBlock*, 8> BlockSet; typedef
80 BlockSet FunctionBlocks;
123 BlockSet Preds, Succs;
/external/llvm-project/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp417 BlockSet &VisitedBBs) const { in getLiveOuts()
DMachineVerifier.cpp109 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
113 BlockSet FunctionBlocks;
156 BlockSet Preds, Succs;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp110 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
114 BlockSet FunctionBlocks;
156 BlockSet Preds, Succs;