Lines Matching refs:CurrentLoop
62 CurrentLoop = nullptr; in LPPassManager()
178 CurrentLoop = LQ.back(); in runOnFunction()
184 CurrentLoop->getHeader()->getName()); in runOnFunction()
190 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader()); in runOnFunction()
193 Changed |= P->runOnLoop(CurrentLoop, *this); in runOnFunction()
198 CurrentLoop->isUnloop() in runOnFunction()
200 : CurrentLoop->getHeader()->getName()); in runOnFunction()
203 if (CurrentLoop->isUnloop()) { in runOnFunction()
205 deleteSimpleAnalysisLoop(CurrentLoop); in runOnFunction()
214 CurrentLoop->verifyLoop(); in runOnFunction()
225 removeDeadPasses(P, CurrentLoop->isUnloop() in runOnFunction()
227 : CurrentLoop->getHeader()->getName(), in runOnFunction()
230 if (CurrentLoop->isUnloop()) in runOnFunction()
238 if (CurrentLoop->isUnloop()) { in runOnFunction()
243 delete CurrentLoop; in runOnFunction()