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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoopInfo.cpp390 // UnloopUpdater implementation
396 class UnloopUpdater { class in namespace:__anon18478
413 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : function in class:__anon18478::UnloopUpdater
429 void UnloopUpdater::updateBlockParents() {
479 void UnloopUpdater::removeBlocksFromAncestors() {
504 void UnloopUpdater::updateSubloopParents() {
522 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) {
639 UnloopUpdater Updater(Unloop, this);

Completed in 268 milliseconds