Home
last modified time | relevance | path

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

/src/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.cpp990 ParentLoop->addChildLoop(NewLoop); in cloneLoopWithPreheader()
1019 NewParentLoop->addChildLoop(NewLoop); in cloneLoopWithPreheader()
H A DLoopConstrainer.cpp709 Parent->addChildLoop(&New); in createClonedLoopStructure()
H A DLoopUnroll.cpp167 NewLoopParent->addChildLoop(NewLoop); in addClonedBlockToLoopInfo()
H A DLoopUtils.cpp1775 PL->addChildLoop(&New); in cloneLoop()
/src/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()
/src/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.cpp444 NewParentL->addChildLoop(&L); in hoistLoopToNewParent()
1381 RootParentL->addChildLoop(ClonedRootL); in cloneLoopNest()
1401 ClonedParentL->addChildLoop(ClonedL); in cloneLoopNest()
1514 ParentL->addChildLoop(ClonedL); in buildClonedLoops()
1950 ParentL->addChildLoop(&L); in rebuildLoopAfterUnswitch()
2087 NewParentL->addChildLoop(HoistedL); in rebuildLoopAfterUnswitch()
H A DLoopSimplifyCFG.cpp400 StillReachable->addChildLoop(&L); in handleDeadExits()
H A DLoopFuse.cpp1751 FC0.L->addChildLoop(ChildLoop); in performFusion()
2045 FC0.L->addChildLoop(ChildLoop); in fuseGuardedLoops()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp656 CurLoop->getParentLoop()->addChildLoop(VectorLoop); in expandFindMismatch()
659 CurLoop->getParentLoop()->addChildLoop(ScalarLoop); in expandFindMismatch()
H A DVPlan.cpp743 ParentLoop->addChildLoop(State->CurrentVectorLoop); in execute()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h387 void addChildLoop(LoopT *NewChild) { in addChildLoop() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp802 Parent->addChildLoop(Subloop); in updateSubloopParents()