Lines Matching refs:ParentLoop
115 static void reconnectChildLoops(LoopInfo &LI, Loop *ParentLoop, Loop *NewLoop,
118 auto &CandidateLoops = ParentLoop ? ParentLoop->getSubLoopsVector()
165 Loop *ParentLoop,
203 if (ParentLoop) {
204 ParentLoop->addChildLoop(NewLoop);
222 if (LI.getLoopFor(BB) == ParentLoop) {
233 reconnectChildLoops(LI, ParentLoop, NewLoop, Blocks, Headers);
236 if (ParentLoop) {
237 ParentLoop->verifyLoop();