Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp416 Loop &Unloop; member in __anona6d42f2e0511::UnloopUpdater
460 assert((NL != &Unloop && (!NL || NL->contains(&Unloop))) && in updateBlockParents()
486 assert(NL != &Unloop && (!NL || NL->contains(&Unloop)) && in updateBlockParents()
499 for (Loop::block_iterator BI = Unloop.block_begin(), BE = Unloop.block_end(); in removeBlocksFromAncestors()
521 Unloop.removeChildLoop(std::prev(Unloop.end())); in updateSubloopParents()
543 if (NearLoop != &Unloop && Unloop.contains(NearLoop)) { in getNearestLoop()
564 if (L == &Unloop) { in getNearestLoop()
570 if (L != &Unloop && Unloop.contains(L)) { in getNearestLoop()
582 if (L == &Unloop) { in getNearestLoop()
643 addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end()))); in erase()
[all …]