HomeSort by relevance Sort by last modified time
    Searched refs:UnloopUpdater (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
LoopInfo.cpp 393 // UnloopUpdater implementation
399 class UnloopUpdater {
416 UnloopUpdater(Loop *UL, LoopInfo *LInfo) :
432 void UnloopUpdater::updateBlockParents() {
480 void UnloopUpdater::removeBlocksFromAncestors() {
502 void UnloopUpdater::updateSubloopParents() {
520 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) {
628 UnloopUpdater Updater(Unloop, this);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 390 // UnloopUpdater implementation
396 class UnloopUpdater {
413 UnloopUpdater(Loop *UL, LoopInfo *LInfo) :
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);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 390 // UnloopUpdater implementation
396 class UnloopUpdater {
413 UnloopUpdater(Loop *UL, LoopInfo *LInfo)
429 void UnloopUpdater::updateBlockParents() {
477 void UnloopUpdater::removeBlocksFromAncestors() {
499 void UnloopUpdater::updateSubloopParents() {
517 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) {
631 UnloopUpdater Updater(Unloop, this);

Completed in 566 milliseconds