Searched defs:UnloopUpdater (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp415 // UnloopUpdater implementation
421 class UnloopUpdater { class in namespace:__anon25690
438 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : function in class:__anon25690::UnloopUpdater
454 void UnloopUpdater::updateBlockParents() {
504 void UnloopUpdater::removeBlocksFromAncestors() {
527 void UnloopUpdater::updateSubloopParents() {
545 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) {
661 UnloopUpdater Updater(Unloop, this);

Completed in 101 milliseconds