Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp693 class UnloopUpdater { class
710 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater() function in __anon118e20690511::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()