Lines Matching refs:CurrentLoop
73 CurrentLoop = nullptr; in LPPassManager()
112 assert((&L == CurrentLoop || CurrentLoop->contains(&L)) && in markLoopAsDeleted()
117 assert(LQ.back() == CurrentLoop && "Loop queue back isn't the current loop!"); in markLoopAsDeleted()
120 if (&L == CurrentLoop) { in markLoopAsDeleted()
175 CurrentLoop = LQ.back(); in runOnFunction()
184 CurrentLoop->getHeader()->getName()); in runOnFunction()
191 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader()); in runOnFunction()
196 LocalChanged = P->runOnLoop(CurrentLoop, *this); in runOnFunction()
225 : CurrentLoop->getName()); in runOnFunction()
236 CurrentLoop->verifyLoop(); in runOnFunction()
246 assert(CurrentLoop->isRecursivelyLCSSAForm(*DT, *LI)); in runOnFunction()
260 : CurrentLoop->getHeader()->getName(), in runOnFunction()