Lines Matching refs:CurrentLoop
73 CurrentLoop = nullptr; in LPPassManager()
144 assert((&L == CurrentLoop || CurrentLoop->contains(&L)) && in markLoopAsDeleted()
149 assert(LQ.back() == CurrentLoop && "Loop queue back isn't the current loop!"); in markLoopAsDeleted()
152 if (&L == CurrentLoop) { in markLoopAsDeleted()
207 CurrentLoop = LQ.back(); in runOnFunction()
214 CurrentLoop->getHeader()->getName()); in runOnFunction()
221 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader()); in runOnFunction()
223 LocalChanged = P->runOnLoop(CurrentLoop, *this); in runOnFunction()
243 : CurrentLoop->getName()); in runOnFunction()
248 deleteSimpleAnalysisLoop(CurrentLoop); in runOnFunction()
257 CurrentLoop->verifyLoop(); in runOnFunction()
267 assert(CurrentLoop->isRecursivelyLCSSAForm(*DT, *LI)); in runOnFunction()
280 : CurrentLoop->getHeader()->getName(), in runOnFunction()