Searched refs:applyUpdatesPermissive (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | GenericDomTreeUpdater.h | 178 void applyUpdatesPermissive(ArrayRef<UpdateT> Updates);
|
| H A D | GenericDomTreeUpdaterImpl.h | 81 applyUpdatesPermissive(ArrayRef<UpdateT> Updates) { in applyUpdatesPermissive() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MatrixUtils.cpp | 51 DTU.applyUpdatesPermissive({ in CreateLoop()
|
| H A D | SCCPSolver.cpp | 317 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges() 338 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges() 375 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
|
| H A D | LoopUnrollAndJam.cpp | 578 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
|
| H A D | Local.cpp | 836 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1030 DTU->applyUpdatesPermissive(Updates); in processBlock() 1196 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}}); in processImpliedCondition() 1660 DTU->applyUpdatesPermissive(Updates); in processThreadableEdges() 2339 DTU->applyUpdatesPermissive( in threadThroughTwoBasicBlocks() 2468 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB}, in threadEdge() 2530 DTU->applyUpdatesPermissive(Updates); in splitBlockPreds() 2779 DTU->applyUpdatesPermissive(Updates); in duplicateCondBranchOnPHIIntoPred() 2843 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB}, in unfoldSelectInstr() 3030 DTU->applyUpdatesPermissive(Updates); in tryToUnfoldSelectInCurrBB()
|
| H A D | CallSiteSplitting.cpp | 367 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, TailBB}}); in splitCallSite()
|
| H A D | CorrelatedValuePropagation.cpp | 410 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 129 DTU.applyUpdatesPermissive({ in createLoop()
|