Lines Matching refs:CurrentLoop
72 CurrentLoop = nullptr; in LPPassManager()
111 assert((&L == CurrentLoop || CurrentLoop->contains(&L)) && in markLoopAsDeleted()
116 assert(LQ.back() == CurrentLoop && "Loop queue back isn't the current loop!"); in markLoopAsDeleted()
119 if (&L == CurrentLoop) { in markLoopAsDeleted()
174 CurrentLoop = LQ.back(); in runOnFunction()
183 CurrentLoop->getHeader()->getName()); in runOnFunction()
190 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader()); in runOnFunction()
195 LocalChanged = P->runOnLoop(CurrentLoop, *this); in runOnFunction()
224 : CurrentLoop->getName()); in runOnFunction()
235 CurrentLoop->verifyLoop(); in runOnFunction()
245 assert(CurrentLoop->isRecursivelyLCSSAForm(*DT, *LI)); in runOnFunction()
259 : CurrentLoop->getHeader()->getName(), in runOnFunction()