Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1213 Loop *OuterLoopParent = OuterLoop->getParentLoop(); in restructureLoops() local
1217 LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent); in restructureLoops()
1220 if (OuterLoopParent) { in restructureLoops()
1222 removeChildLoop(OuterLoopParent, NewInner); in restructureLoops()
1224 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()