HomeSort by relevance Sort by last modified time
    Searched defs:getParentLoop (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
562 assert(!L->getParentLoop() && "Not a top-level loop!");
591 assert(!New->getParentLoop() && "Loop already in subloop!");
601 for (LoopT *L = I->second; L; L = L->getParentLoop())
614 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 99 LoopT *getParentLoop() const { return ParentLoop; }
107 return contains(L->getParentLoop());
705 assert(L->getParentLoop() == 0 && "Not a top-level loop!");
738 assert(New->getParentLoop() == 0 && "Loop already in subloop!");
748 for (LoopT *L = I->second; L; L = L->getParentLoop())
761 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
619 assert(!L->getParentLoop() && "Not a top-level loop!");
648 assert(!New->getParentLoop() && "Loop already in subloop!");
658 for (LoopT *L = I->second; L; L = L->getParentLoop())
671 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
619 assert(!L->getParentLoop() && "Not a top-level loop!");
648 assert(!New->getParentLoop() && "Loop already in subloop!");
658 for (LoopT *L = I->second; L; L = L->getParentLoop())
671 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
619 assert(!L->getParentLoop() && "Not a top-level loop!");
648 assert(!New->getParentLoop() && "Loop already in subloop!");
658 for (LoopT *L = I->second; L; L = L->getParentLoop())
671 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
619 assert(!L->getParentLoop() && "Not a top-level loop!");
648 assert(!New->getParentLoop() && "Loop already in subloop!");
658 for (LoopT *L = I->second; L; L = L->getParentLoop())
671 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
619 assert(!L->getParentLoop() && "Not a top-level loop!");
648 assert(!New->getParentLoop() && "Loop already in subloop!");
658 for (LoopT *L = I->second; L; L = L->getParentLoop())
671 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
619 assert(!L->getParentLoop() && "Not a top-level loop!");
648 assert(!New->getParentLoop() && "Loop already in subloop!");
658 for (LoopT *L = I->second; L; L = L->getParentLoop())
671 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
619 assert(!L->getParentLoop() && "Not a top-level loop!");
648 assert(!New->getParentLoop() && "Loop already in subloop!");
658 for (LoopT *L = I->second; L; L = L->getParentLoop())
671 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 103 LoopT *getParentLoop() const { return ParentLoop; }
112 return contains(L->getParentLoop());
619 assert(!L->getParentLoop() && "Not a top-level loop!");
648 assert(!New->getParentLoop() && "Loop already in subloop!");
658 for (LoopT *L = I->second; L; L = L->getParentLoop())
671 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);

Completed in 483 milliseconds