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

/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLoopInfo.cpp316 // UnloopUpdater implementation
322 class UnloopUpdater { class in namespace:__anon10156
339 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : function in class:__anon10156::UnloopUpdater
355 void UnloopUpdater::updateBlockParents() {
405 void UnloopUpdater::removeBlocksFromAncestors() {
428 void UnloopUpdater::updateSubloopParents() {
446 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) {
562 UnloopUpdater Updater(Unloop, this);

Completed in 167 milliseconds