Home
last modified time | relevance | path

Searched refs:addChildLoop (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp76 RowLoopInfo->addChildLoop(KLoopInfo); in CreateTiledLoops()
77 ColumnLoopInfo->addChildLoop(RowLoopInfo); in CreateTiledLoops()
79 ParentL->addChildLoop(ColumnLoopInfo); in CreateTiledLoops()
H A DFixIrreducible.cpp151 NewLoop->addChildLoop(GrandChildLoop); in INITIALIZE_PASS_DEPENDENCY()
159 NewLoop->addChildLoop(Child); in INITIALIZE_PASS_DEPENDENCY()
207 ParentLoop->addChildLoop(NewLoop); in createNaturalLoopInternal()
H A DLoopSimplify.cpp289 NewOuter->addChildLoop(L); in separateNestedLoop()
313 NewOuter->addChildLoop(L->removeChildLoop(SubLoops.begin() + I)); in separateNestedLoop()
H A DCloneFunction.cpp919 ParentLoop->addChildLoop(NewLoop); in cloneLoopWithPreheader()
948 NewParentLoop->addChildLoop(NewLoop); in cloneLoopWithPreheader()
H A DLoopUnroll.cpp164 NewLoopParent->addChildLoop(NewLoop); in addClonedBlockToLoopInfo()
H A DLoopUtils.cpp1546 PL->addChildLoop(&New); in cloneLoop()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp158 RowLoop->addChildLoop(ColLoop); in createTileLoadStoreLoops()
160 ParentL->addChildLoop(RowLoop); in createTileLoadStoreLoops()
273 ColLoop->addChildLoop(InnerLoop); in createTileDPLoops()
274 RowLoop->addChildLoop(ColLoop); in createTileDPLoops()
276 ParentL->addChildLoop(RowLoop); in createTileDPLoops()
/llvm-project-15.0.7/llvm/unittests/Transforms/Scalar/
H A DLoopPassManagerTest.cpp965 L.addChildLoop(NewLoop); in TEST_F()
1011 L.addChildLoop(NewLoop); in TEST_F()
1159 L.getParentLoop()->addChildLoop(NewLoop); in TEST_F()
1202 L.getParentLoop()->addChildLoop(NewLoops[0]); in TEST_F()
1203 L.getParentLoop()->addChildLoop(NewLoops[1]); in TEST_F()
1204 NewLoops[1]->addChildLoop(NewLoops[2]); in TEST_F()
1512 ParentL->addChildLoop(NewSibling); in TEST_F()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGenerators.cpp108 OuterLoop->addChildLoop(NewLoop); in createLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp385 NewParentL->addChildLoop(&L); in hoistLoopToNewParent()
1295 RootParentL->addChildLoop(ClonedRootL); in cloneLoopNest()
1315 ClonedParentL->addChildLoop(ClonedL); in cloneLoopNest()
1428 ParentL->addChildLoop(ClonedL); in buildClonedLoops()
1861 ParentL->addChildLoop(&L); in rebuildLoopAfterUnswitch()
1998 NewParentL->addChildLoop(HoistedL); in rebuildLoopAfterUnswitch()
H A DLoopInterchange.cpp1249 OuterLoopParent->addChildLoop(NewOuter); in restructureLoops()
1255 NewInner->addChildLoop(NewOuter->removeChildLoop(NewOuter->begin())); in restructureLoops()
1256 NewOuter->addChildLoop(NewInner); in restructureLoops()
H A DLoopSimplifyCFG.cpp401 StillReachable->addChildLoop(&L); in handleDeadExits()
H A DLoopFuse.cpp1501 FC0.L->addChildLoop(ChildLoop); in performFusion()
1793 FC0.L->addChildLoop(ChildLoop); in fuseGuardedLoops()
H A DInductiveRangeCheckElimination.cpp1383 Parent->addChildLoop(&New); in createClonedLoopStructure()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h411 void addChildLoop(LoopT *NewChild) { in addChildLoop() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp786 Parent->addChildLoop(Subloop); in updateSubloopParents()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp519 ParentLoop->addChildLoop(State->CurrentVectorLoop); in execute()