Searched refs:OuterMostLoop (Results 1 – 2 of 2) sorted by relevance
87 Loop *OuterMostLoop = &L; in runWithLoopNestPasses() local106 while (auto *ParentLoop = OuterMostLoop->getParentLoop()) in runWithLoopNestPasses()107 OuterMostLoop = ParentLoop; in runWithLoopNestPasses()108 LoopNestPtr = LoopNest::getLoopNest(*OuterMostLoop, AR.SE); in runWithLoopNestPasses()130 AM.invalidate(IsLoopNestPass[I] ? *OuterMostLoop : L, *PassPA); in runWithLoopNestPasses()142 U.setParentLoop((IsLoopNestPass[I] ? *OuterMostLoop : L).getParentLoop()); in runWithLoopNestPasses()
444 Loop *OuterMostLoop = *(LoopList.begin()); in processLoopList() local446 OuterMostLoop, DI, SE)) { in processLoopList()456 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock(); in processLoopList()