Home
last modified time | relevance | path

Searched refs:removeChildLoop (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp386 void removeChildLoop(Loop *OuterLoop, Loop *InnerLoop);
898 void LoopInterchangeTransform::removeChildLoop(Loop *OuterLoop, in removeChildLoop() function in LoopInterchangeTransform
903 OuterLoop->removeChildLoop(I); in removeChildLoop()
915 removeChildLoop(OuterLoopParent, OuterLoop); in restructureLoops()
916 removeChildLoop(OuterLoop, InnerLoop); in restructureLoops()
919 removeChildLoop(OuterLoop, InnerLoop); in restructureLoops()
924 OuterLoop->addChildLoop(InnerLoop->removeChildLoop(I)); in restructureLoops()
/external/llvm/lib/Analysis/
DLoopInfo.cpp529 Unloop->removeChildLoop(std::prev(Unloop->end())); in updateSubloopParents()
645 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end()))); in updateUnloop()
666 ParentLoop->removeChildLoop(I); in updateUnloop()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h281 LoopT *removeChildLoop(iterator I) { in removeChildLoop() function
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp337 NewOuter->addChildLoop(L->removeChildLoop(SubLoops.begin() + I)); in separateNestedLoop()