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

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp429 // UnloopUpdater implementation
435 class UnloopUpdater { class in namespace:__anon21070
452 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : function in class:__anon21070::UnloopUpdater
468 void UnloopUpdater::updateBlockParents() {
518 void UnloopUpdater::removeBlocksFromAncestors() {
541 void UnloopUpdater::updateSubloopParents() {
559 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) {
675 UnloopUpdater Updater(Unloop, this);

Completed in 98 milliseconds