Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp148 NewLoop->addChildLoop(GrandChildLoop); in INITIALIZE_PASS_DEPENDENCY()
156 NewLoop->addChildLoop(Child); in INITIALIZE_PASS_DEPENDENCY()
204 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.cpp1018 ParentLoop->addChildLoop(NewLoop); in cloneLoopWithPreheader()
1047 NewParentLoop->addChildLoop(NewLoop); in cloneLoopWithPreheader()
H A DLoopUnroll.cpp164 NewLoopParent->addChildLoop(NewLoop); in addClonedBlockToLoopInfo()
H A DLoopConstrainer.cpp703 Parent->addChildLoop(&New); in createClonedLoopStructure()
H A DLoopUtils.cpp1630 PL->addChildLoop(&New); in cloneLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp157 RowLoop->addChildLoop(ColLoop); in createTileLoadStoreLoops()
159 ParentL->addChildLoop(RowLoop); in createTileLoadStoreLoops()
270 ColLoop->addChildLoop(InnerLoop); in createTileDPLoops()
271 RowLoop->addChildLoop(ColLoop); in createTileDPLoops()
273 ParentL->addChildLoop(RowLoop); in createTileDPLoops()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp461 CurLoop->getParentLoop()->addChildLoop(SVELoop); in expandFindMismatch()
464 CurLoop->getParentLoop()->addChildLoop(ScalarLoop); in expandFindMismatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1243 OuterLoopParent->addChildLoop(NewOuter); in restructureLoops()
1249 NewInner->addChildLoop(NewOuter->removeChildLoop(NewOuter->begin())); in restructureLoops()
1250 NewOuter->addChildLoop(NewInner); in restructureLoops()
H A DSimpleLoopUnswitch.cpp442 NewParentL->addChildLoop(&L); in hoistLoopToNewParent()
1367 RootParentL->addChildLoop(ClonedRootL); in cloneLoopNest()
1387 ClonedParentL->addChildLoop(ClonedL); in cloneLoopNest()
1500 ParentL->addChildLoop(ClonedL); in buildClonedLoops()
1936 ParentL->addChildLoop(&L); in rebuildLoopAfterUnswitch()
2073 NewParentL->addChildLoop(HoistedL); in rebuildLoopAfterUnswitch()
H A DLoopSimplifyCFG.cpp401 StillReachable->addChildLoop(&L); in handleDeadExits()
H A DLoopFuse.cpp1751 FC0.L->addChildLoop(ChildLoop); in performFusion()
2045 FC0.L->addChildLoop(ChildLoop); in fuseGuardedLoops()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h387 void addChildLoop(LoopT *NewChild) { in addChildLoop() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp790 Parent->addChildLoop(Subloop); in updateSubloopParents()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp639 ParentLoop->addChildLoop(State->CurrentVectorLoop); in execute()