Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp681 class UnloopUpdater { class
698 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater() function in __anon81a2c2600511::UnloopUpdater
713 void UnloopUpdater::updateBlockParents() { in updateBlockParents()
762 void UnloopUpdater::removeBlocksFromAncestors() { in removeBlocksFromAncestors()
783 void UnloopUpdater::updateSubloopParents() { in updateSubloopParents()
801 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop()
912 UnloopUpdater Updater(Unloop, this); in erase()