Searched refs:UnloopUpdater (Results 1 – 2 of 2) sorted by relevance
677 class UnloopUpdater { class694 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater() function in __anon90567d990511::UnloopUpdater709 void UnloopUpdater::updateBlockParents() { in updateBlockParents()758 void UnloopUpdater::removeBlocksFromAncestors() { in removeBlocksFromAncestors()779 void UnloopUpdater::updateSubloopParents() { in updateSubloopParents()797 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop()908 UnloopUpdater Updater(Unloop, this); in erase()
539 ; Test UnloopUpdater::removeBlocksFromAncestors.