Home | History | Annotate | Download | only in Analysis

Lines Matching full:currentloop

65   CurrentLoop = NULL;
75 // and continue applying other passes on CurrentLoop.
76 if (CurrentLoop == L)
96 assert (CurrentLoop != L && "Cannot insert CurrentLoop");
109 if (L == CurrentLoop)
132 assert (CurrentLoop == L && "Can redo only CurrentLoop");
214 CurrentLoop = LQ.back();
223 CurrentLoop->getHeader()->getName());
229 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader());
232 Changed |= P->runOnLoop(CurrentLoop, *this);
238 CurrentLoop->getHeader()->getName());
249 CurrentLoop->verifyLoop();
260 CurrentLoop->getHeader()->getName(),
281 LQ.push_back(CurrentLoop);