Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp683 class UnloopUpdater { class
700 UnloopUpdater(Loop *UL, LoopInfo *LInfo) in UnloopUpdater() function in __anonf52862140511::UnloopUpdater
716 void UnloopUpdater::updateBlockParents() { in updateBlockParents()
764 void UnloopUpdater::removeBlocksFromAncestors() { in removeBlocksFromAncestors()
785 void UnloopUpdater::updateSubloopParents() { in updateSubloopParents()
803 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop()
914 UnloopUpdater Updater(Unloop, this); in erase()