Searched refs:BlockSet (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExceptionInfo.h | 49 SmallPtrSet<const MachineBasicBlock *, 8> BlockSet; variable 70 return BlockSet.count(MBB); in contains() 75 BlockSet.insert(MBB); in addBlock()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 489 typedef SmallPtrSet<BasicBlock*, 16> BlockSet; in CanPropagatePredecessorsForPHIs() typedef 490 BlockSet BBPreds(pred_begin(BB), pred_end(BB)); in CanPropagatePredecessorsForPHIs() 493 BlockSet CommonPreds; in CanPropagatePredecessorsForPHIs() 515 for (BlockSet::iterator PI = CommonPreds.begin(), PE = CommonPreds.end(); in CanPropagatePredecessorsForPHIs() 528 for (BlockSet::iterator PI = CommonPreds.begin(), PE = CommonPreds.end(); in CanPropagatePredecessorsForPHIs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 694 auto BlockSet = getCoroBeginPredBlocks(CoroBegin); in relocateInstructionBefore() local 695 auto DoNotRelocateSet = getNotRelocatableInstructions(CoroBegin, BlockSet); in relocateInstructionBefore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 235 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local 239 if (BlockSet.insert(ExitBlock).second) { in PGOCounterPromoter()
|
/external/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 77 typedef SmallPtrSet<const MachineBasicBlock*, 8> BlockSet; typedef 80 BlockSet FunctionBlocks; 123 BlockSet Preds, Succs;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 109 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef 112 BlockSet FunctionBlocks; 154 BlockSet Preds, Succs;
|