Lines Matching refs:CurrentLoop
75 CurrentLoop = nullptr; in LPPassManager()
114 assert((&L == CurrentLoop || CurrentLoop->contains(&L)) && in markLoopAsDeleted()
119 assert(LQ.back() == CurrentLoop && "Loop queue back isn't the current loop!"); in markLoopAsDeleted()
122 if (&L == CurrentLoop) { in markLoopAsDeleted()
177 CurrentLoop = LQ.back(); in runOnFunction()
186 CurrentLoop->getHeader()->getName()); in runOnFunction()
193 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader()); in runOnFunction()
198 LocalChanged = P->runOnLoop(CurrentLoop, *this); in runOnFunction()
227 : CurrentLoop->getName()); in runOnFunction()
238 CurrentLoop->verifyLoop(); in runOnFunction()
248 assert(CurrentLoop->isRecursivelyLCSSAForm(*DT, *LI)); in runOnFunction()
262 : CurrentLoop->getHeader()->getName(), in runOnFunction()