Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp684 Loop &Unloop; member in __anon2f4fe09d0511::UnloopUpdater
728 assert((NL != &Unloop && (!NL || NL->contains(&Unloop))) && in updateBlockParents()
754 assert(NL != &Unloop && (!NL || NL->contains(&Unloop)) && in updateBlockParents()
788 Unloop.removeChildLoop(std::prev(Unloop.end())); in updateSubloopParents()
810 if (NearLoop != &Unloop && Unloop.contains(NearLoop)) { in getNearestLoop()
831 if (L == &Unloop) { in getNearestLoop()
837 if (L != &Unloop && Unloop.contains(L)) { in getNearestLoop()
849 if (L == &Unloop) { in getNearestLoop()
899 if (*I == Unloop) { in erase()
907 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end()))); in erase()
[all …]