Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp682 Loop &Unloop; member in __anond5447e310511::UnloopUpdater
725 assert((NL != &Unloop && (!NL || NL->contains(&Unloop))) && in updateBlockParents()
752 assert(NL != &Unloop && (!NL || NL->contains(&Unloop)) && in updateBlockParents()
786 Unloop.removeChildLoop(std::prev(Unloop.end())); in updateSubloopParents()
808 if (NearLoop != &Unloop && Unloop.contains(NearLoop)) { in getNearestLoop()
829 if (L == &Unloop) { in getNearestLoop()
835 if (L != &Unloop && Unloop.contains(L)) { in getNearestLoop()
847 if (L == &Unloop) { in getNearestLoop()
897 if (*I == Unloop) { in erase()
905 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end()))); in erase()
[all …]