Home
last modified time | relevance | path

Searched refs:OuterLoopParent (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1173 Loop *OuterLoopParent = OuterLoop->getParentLoop(); in restructureLoops() local
1177 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops()
1180 if (OuterLoopParent) { in restructureLoops()
1182 removeChildLoop(OuterLoopParent, NewInner); in restructureLoops()
1184 OuterLoopParent->addChildLoop(NewOuter); in restructureLoops()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1171 Loop *OuterLoopParent = OuterLoop->getParentLoop(); in restructureLoops() local
1175 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops()
1178 if (OuterLoopParent) { in restructureLoops()
1180 removeChildLoop(OuterLoopParent, NewInner); in restructureLoops()
1182 OuterLoopParent->addChildLoop(NewOuter); in restructureLoops()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1007 Loop *OuterLoopParent = OuterLoop->getParentLoop(); in restructureLoops() local
1008 if (OuterLoopParent) { in restructureLoops()
1010 removeChildLoop(OuterLoopParent, OuterLoop); in restructureLoops()
1012 OuterLoopParent->addChildLoop(InnerLoop); in restructureLoops()