Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp396 class UnloopUpdater { class
413 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : in UnloopUpdater() function in __anondf9390560111::UnloopUpdater
429 void UnloopUpdater::updateBlockParents() { in updateBlockParents()
479 void UnloopUpdater::removeBlocksFromAncestors() { in removeBlocksFromAncestors()
504 void UnloopUpdater::updateSubloopParents() { in updateSubloopParents()
522 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop()
639 UnloopUpdater Updater(Unloop, this); in updateUnloop()
/external/llvm/lib/Analysis/
DLoopInfo.cpp399 class UnloopUpdater { class
416 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : in UnloopUpdater() function in __anon615e22aa0311::UnloopUpdater
432 void UnloopUpdater::updateBlockParents() { in updateBlockParents()
480 void UnloopUpdater::removeBlocksFromAncestors() { in removeBlocksFromAncestors()
502 void UnloopUpdater::updateSubloopParents() { in updateSubloopParents()
520 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop()
628 UnloopUpdater Updater(Unloop, this); in markAsRemoved()
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
Dunloop.ll382 ; Test UnloopUpdater::removeBlocksFromAncestors.
/external/llvm/test/Transforms/LoopUnroll/
Dunloop.ll384 ; Test UnloopUpdater::removeBlocksFromAncestors.