HomeSort by relevance Sort by last modified time
    Searched refs:getParentLoop (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/Analysis/
LoopInfo.cpp 525 while (OuterParent->getParentLoop() != Unloop)
526 OuterParent = OuterParent->getParentLoop();
531 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
532 OldParent = OldParent->getParentLoop()) {
569 while (Subloop->getParentLoop() != Unloop) {
570 Subloop = Subloop->getParentLoop();
600 assert(L->getParentLoop() == Unloop && "cannot skip into nested loops");
611 L = L->getParentLoop();
643 if (!Unloop->getParentLoop()) {
685 Loop *ParentLoop = Unloop->getParentLoop();
    [all...]
LoopPass.cpp 111 else if (!L->getParentLoop())
118 if (*I == L->getParentLoop()) {
CFG.cpp 122 while (const Loop *Parent = L->getParentLoop())
RegionInfo.cpp 155 while (L && contains(L->getParentLoop())) {
156 L = L->getParentLoop();