| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| DomTreeUpdater.cpp | 67 DT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E)); 89 PDT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E)); 230 void DomTreeUpdater::applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates) { 244 DT->applyUpdates(Updates); 246 PDT->applyUpdates(Updates); 298 DT->applyUpdates(DeduplicatedUpdates); 300 PDT->applyUpdates(DeduplicatedUpdates);
|
| MemorySSAUpdater.cpp | 810 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates, 829 DT.applyUpdates(Empty, RevDeleteUpdates); 832 DT.applyUpdates(Updates, RevDeleteUpdates); 843 DT.applyUpdates(DeleteUpdates); 846 DT.applyUpdates(Updates);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| IndirectBrExpandPass.cpp | 188 DTU->applyUpdates(Updates); 267 DTU->applyUpdates(Updates);
|
| ExpandMemCmp.cpp | 352 DTU->applyUpdates( 360 DTU->applyUpdates({{DominatorTree::Insert, BB, EndBlock}}); 449 DTU->applyUpdates({{DominatorTree::Insert, BB, ResBlock.BB}, 507 DTU->applyUpdates({{DominatorTree::Insert, BB, NextBB}, 533 DTU->applyUpdates({{DominatorTree::Insert, ResBlock.BB, EndBlock}}); 550 DTU->applyUpdates({{DominatorTree::Insert, ResBlock.BB, EndBlock}}); 644 DTU->applyUpdates({{DominatorTree::Insert, StartBlock, LoadCmpBlocks[0]},
|
| DwarfEHPrepare.cpp | 246 DTU->applyUpdates(Updates);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| LoopSimplifyCFG.cpp | 418 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true); 420 DTU.applyUpdates(DTUpdates); 428 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true); 473 DTU.applyUpdates(DTUpdates); 600 DTU.applyUpdates(DTUpdates);
|
| LowerConstantIntrinsics.cpp | 85 DTU->applyUpdates({{DominatorTree::Delete, Source, Other}});
|
| MergeICmps.cpp | 666 DTU.applyUpdates({{DominatorTree::Insert, BB, PhiBB}}); 671 DTU.applyUpdates({{DominatorTree::Insert, BB, NextCmpBlock}, 729 DTU.applyUpdates({{DominatorTree::Delete, Pred, EntryBlock_}, 741 DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}});
|
| SimplifyCFGPass.cpp | 188 DTU->applyUpdates(Updates);
|
| SimpleLoopUnswitch.cpp | 850 // containers here, the API for applyUpdates takes an unordered list of 863 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true); 867 DT.applyUpdates(DTUpdates); 2156 DT.applyUpdates(DTUpdates); 2227 DT.applyUpdates(DTUpdates); 2239 DT.applyUpdates(DTUpdates); 2503 DT.applyUpdates(DTUpdates);
|
| ADCE.cpp | 631 .applyUpdates(DeletedEdges);
|
| LoopFuse.cpp | 817 DTU.applyUpdates(TreeUpdates); 1466 DTU.applyUpdates(TreeUpdates); 1755 DTU.applyUpdates(TreeUpdates);
|
| TailRecursionElimination.cpp | 676 DTU.applyUpdates({{DominatorTree::Insert, BB, HeaderBB}});
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| DomTreeUpdater.h | 123 void applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates); 160 "Use applyUpdates() instead."); 182 "Use applyUpdates() instead.");
|
| MemorySSAUpdater.h | 125 void applyUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| BasicBlockUtils.cpp | 109 DTU->applyUpdates(Updates); 302 DTU->applyUpdates(Updates); 654 DTU.applyUpdates(Updates); 658 MSSAU->applyUpdates(Updates, *DT); 795 DTU->applyUpdates(Updates); 861 DTU->applyUpdates(DTUpdates); 866 MSSAU->applyUpdates(DTUpdates, DTU->getDomTree()); 899 DTU->applyUpdates(Updates); 1344 DTU->applyUpdates({{DominatorTree::Delete, Pred, BB}}); 1391 DTU->applyUpdates(Updates) [all...] |
| BreakCriticalEdges.cpp | 257 DT->applyUpdates(Updates); 259 PDT->applyUpdates(Updates);
|
| SimplifyCFG.cpp | 900 DTU->applyUpdates( 934 DTU->applyUpdates(Updates); 992 DTU->applyUpdates(Updates); 1325 DTU->applyUpdates(Updates); 1634 DTU->applyUpdates(Updates); 2691 DTU->applyUpdates(Updates); 2869 DTU->applyUpdates(Updates); 2909 DTU->applyUpdates(Updates); 2972 DTU->applyUpdates(Updates); 3145 DTU->applyUpdates({{DominatorTree::Insert, PredBlock, UniqueSucc} [all...] |
| LoopRotationUtils.cpp | 589 MSSAU->applyUpdates(Updates, *DT, /*UpdateDT=*/true); 593 DT->applyUpdates(Updates);
|
| Local.cpp | 183 DTU->applyUpdates({{DominatorTree::Delete, BB, OldDest}}); 295 DTU->applyUpdates(Updates); 382 DTU->applyUpdates(Updates); 1154 DTU->applyUpdates(Updates); 2131 DTU->applyUpdates(Updates); 2178 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}}); 2212 DTU->applyUpdates({{DominatorTree::Insert, BB, UnwindEdge}}); 2329 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}}); 2385 DTU->applyUpdates(Updates); 2430 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDest}}) [all...] |
| LoopUtils.cpp | 624 DTU.applyUpdates({{DominatorTree::Insert, Preheader, ExitBlock}}); 626 MSSAU->applyUpdates({{DominatorTree::Insert, Preheader, ExitBlock}}, 648 DTU.applyUpdates({{DominatorTree::Delete, Preheader, L->getHeader()}}); 650 MSSAU->applyUpdates({{DominatorTree::Delete, Preheader, L->getHeader()}},
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUUnifyDivergentExitNodes.cpp | 205 DTU.applyUpdates(Updates); 378 DTU.applyUpdates(Updates);
|
| SILateBranchLowering.cpp | 99 MDT->getBase().applyUpdates(DTUpdates);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| GenericDomTree.h | 213 void ApplyUpdates(DomTreeT &DT, 530 /// The applyUpdates function can reorder the updates and remove redundant 544 void applyUpdates(ArrayRef<UpdateType> Updates) { 547 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr); 555 void applyUpdates(ArrayRef<UpdateType> Updates, 559 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG); 571 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| PGOMemOPSizeOpt.cpp | 486 DTU.applyUpdates(Updates);
|