Searched refs:removeChildLoop (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp431 Unloop->removeChildLoop(llvm::prior(Unloop->end()));
555 LI.addTopLevelLoop(Unloop->removeChildLoop(llvm::prior(Unloop->end())));
576 ParentLoop->removeChildLoop(I);
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h261 /// removeChildLoop - This removes the specified child from being a subloop of
264 LoopT *removeChildLoop(iterator I) { function in class:llvm::LoopBase
/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp620 NewOuter->addChildLoop(L->removeChildLoop(SubLoops.begin() + I));

Completed in 83 milliseconds