Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp677 class UnloopUpdater { class
694 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater() function in __anon90567d990511::UnloopUpdater
709 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()
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A Dunloop.ll539 ; Test UnloopUpdater::removeBlocksFromAncestors.