Searched refs:applyUpdates (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp68 DT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
90 PDT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
230 void DomTreeUpdater::applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates) { function in class:llvm::DomTreeUpdater
244 DT->applyUpdates(Updates);
246 PDT->applyUpdates(Updates);
298 DT->applyUpdates(DeduplicatedUpdates);
300 PDT->applyUpdates(DeduplicatedUpdates);
H A DMemorySSAUpdater.cpp809 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates, function in class:MemorySSAUpdater
829 DT.applyUpdates(Empty, RevDeleteUpdates);
832 DT.applyUpdates(Updates, RevDeleteUpdates);
843 DT.applyUpdates(DeleteUpdates);
846 DT.applyUpdates(DeleteUpdates);
850 DT.applyUpdates(Updates);
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h123 void applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates);
H A DMemorySSAUpdater.h123 void applyUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT,
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp172 DTU.applyUpdates(Updates);
317 DTU.applyUpdates(Updates);
H A DSILateBranchLowering.cpp116 MDT->getBase().applyUpdates(DTUpdates);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp185 DTU->applyUpdates(Updates);
266 DTU->applyUpdates(Updates);
H A DExpandMemCmp.cpp356 DTU->applyUpdates(
364 DTU->applyUpdates({{DominatorTree::Insert, BB, EndBlock}});
452 DTU->applyUpdates({{DominatorTree::Insert, BB, ResBlock.BB},
510 DTU->applyUpdates({{DominatorTree::Insert, BB, NextBB},
536 DTU->applyUpdates({{DominatorTree::Insert, ResBlock.BB, EndBlock}});
553 DTU->applyUpdates({{DominatorTree::Insert, ResBlock.BB, EndBlock}});
647 DTU->applyUpdates({{DominatorTree::Insert, StartBlock, LoadCmpBlocks[0]},
H A DDwarfEHPrepare.cpp301 DTU->applyUpdates(Updates);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp416 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true);
418 DTU.applyUpdates(DTUpdates);
427 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true);
472 DTU.applyUpdates(DTUpdates);
614 DTU.applyUpdates(DTUpdates);
H A DLowerConstantIntrinsics.cpp90 DTU->applyUpdates({{DominatorTree::Delete, Source, Other}});
H A DDFAJumpThreading.cpp233 DTU->applyUpdates({{DominatorTree::Insert, *NewBlock, EndBlock}});
282 DTU->applyUpdates({{DominatorTree::Insert, FalseBlock, EndBlock}});
342 DTU->applyUpdates({{DominatorTree::Insert, StartBlock, TT},
1060 DTU->applyUpdates({{DominatorTree::Insert, NewBB, SuccBB}});
1137 DTU->applyUpdates({{DominatorTree::Delete, PrevBB, OldBB},
1202 DTU->applyUpdates(DTUpdates);
H A DMergeICmps.cpp673 DTU.applyUpdates({{DominatorTree::Insert, BB, PhiBB}});
678 DTU.applyUpdates({{DominatorTree::Insert, BB, NextCmpBlock},
707 DTU.applyUpdates({{DominatorTree::Delete, Pred, EntryBlock_},
719 DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}});
H A DSimpleLoopUnswitch.cpp945 // containers here, the API for applyUpdates takes an unordered list of
958 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true);
962 DT.applyUpdates(DTUpdates);
2308 DT.applyUpdates(DTUpdates);
2385 DT.applyUpdates(DTUpdates);
2397 DT.applyUpdates(DTUpdates);
2662 DT.applyUpdates(DTUpdates);
H A DSimplifyCFGPass.cpp215 DTU->applyUpdates(Updates);
H A DLoopFuse.cpp844 DTU.applyUpdates(TreeUpdates);
1716 DTU.applyUpdates(TreeUpdates);
2006 DTU.applyUpdates(TreeUpdates);
H A DADCE.cpp643 .applyUpdates(DeletedEdges);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp115 DTU->applyUpdates(Updates);
324 DTU->applyUpdates(Updates);
774 DTU.applyUpdates(Updates);
778 MSSAU->applyUpdates(Updates, *DT);
916 DTU->applyUpdates(Updates);
982 DTU->applyUpdates(DTUpdates);
987 MSSAU->applyUpdates(DTUpdates, DTU->getDomTree());
1021 DTU->applyUpdates(Updates);
1468 DTU->applyUpdates({{DominatorTree::Delete, Pred, BB}});
1515 DTU->applyUpdates(Update
[all...]
H A DBreakCriticalEdges.cpp251 DT->applyUpdates(Updates);
253 PDT->applyUpdates(Updates);
H A DSimplifyCFG.cpp943 DTU->applyUpdates(
977 DTU->applyUpdates(Updates);
1035 DTU->applyUpdates(Updates);
1369 DTU->applyUpdates(Updates);
1760 DTU->applyUpdates(Updates);
2600 DTU->applyUpdates(Updates);
3269 DTU->applyUpdates(Updates);
3489 DTU->applyUpdates(Updates);
3663 DTU->applyUpdates({{DominatorTree::Insert, PredBlock, UniqueSucc},
4187 DTU->applyUpdates(
[all...]
H A DLoopUtils.cpp559 DTU.applyUpdates({{DominatorTree::Insert, Preheader, ExitBlock}});
561 MSSAU->applyUpdates({{DominatorTree::Insert, Preheader, ExitBlock}},
583 DTU.applyUpdates({{DominatorTree::Delete, Preheader, L->getHeader()}});
585 MSSAU->applyUpdates({{DominatorTree::Delete, Preheader, L->getHeader()}},
732 DTU.applyUpdates({{DominatorTree::Delete, Latch, Header}});
734 MSSAU->applyUpdates({{DominatorTree::Delete, Latch, Header}}, DT);
H A DLoopRotationUtils.cpp590 MSSAU->applyUpdates(Updates, *DT, /*UpdateDT=*/true);
594 DT->applyUpdates(Updates);
H A DLocal.cpp181 DTU->applyUpdates({{DominatorTree::Delete, BB, OldDest}});
299 DTU->applyUpdates(Updates);
382 DTU->applyUpdates(Updates);
1253 DTU->applyUpdates(Updates);
2263 DTU->applyUpdates(Updates);
2310 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}});
2346 DTU->applyUpdates({{DominatorTree::Insert, BB, UnwindEdge}});
2472 DTU->applyUpdates(
2486 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}});
2543 DTU->applyUpdates(Update
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp437 DTU.applyUpdates(Updates);
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTree.h547 /// The applyUpdates function can reorder the updates and remove redundant
561 void applyUpdates(ArrayRef<UpdateType> Updates) { function in class:llvm::DominatorTreeBase
572 void applyUpdates(ArrayRef<UpdateType> Updates, function in class:llvm::DominatorTreeBase

Completed in 521 milliseconds

12