Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp693 class UnloopUpdater { class
710 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater() function in __anon4e969a430511::UnloopUpdater
725 void UnloopUpdater::updateBlockParents() { in updateBlockParents()
774 void UnloopUpdater::removeBlocksFromAncestors() { in removeBlocksFromAncestors()
795 void UnloopUpdater::updateSubloopParents() { in updateSubloopParents()
813 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop()
923 UnloopUpdater Updater(Unloop, this); in erase()