Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp447 class UnloopUpdater { class
464 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : in UnloopUpdater() function in __anonc610db300311::UnloopUpdater
480 void UnloopUpdater::updateBlockParents() { in updateBlockParents()
530 void UnloopUpdater::removeBlocksFromAncestors() { in removeBlocksFromAncestors()
553 void UnloopUpdater::updateSubloopParents() { in updateSubloopParents()
571 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop()
677 UnloopUpdater Updater(Unloop, this); in updateUnloop()
/external/llvm/test/Transforms/LoopUnroll/
Dunloop.ll384 ; Test UnloopUpdater::removeBlocksFromAncestors.