Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp599 NewOuter->addChildLoop(L); in SeparateNestedLoop()
628 NewOuter->addChildLoop(L->removeChildLoop(SubLoops.begin() + I)); in SeparateNestedLoop()
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DLoopPass.cpp100 ParentLoop->addChildLoop(L); in insertLoop()
DLoopInfo.cpp536 Parent->addChildLoop(Subloop); in updateSubloopParents()
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DLoopInfo.h252 void addChildLoop(LoopT *NewChild) { in addChildLoop() function
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1591 ParentLoop->addChildLoop(Lp); in createEmptyLoop()