Searched refs:OuterMostLoop (Results 1 – 2 of 2) sorted by relevance
86 Loop *OuterMostLoop = &L; in runWithLoopNestPasses() local105 while (auto *ParentLoop = OuterMostLoop->getParentLoop()) in runWithLoopNestPasses()106 OuterMostLoop = ParentLoop; in runWithLoopNestPasses()107 LoopNestPtr = LoopNest::getLoopNest(*OuterMostLoop, AR.SE); in runWithLoopNestPasses()129 AM.invalidate(IsLoopNestPass[I] ? *OuterMostLoop : L, *PassPA); in runWithLoopNestPasses()141 U.setParentLoop((IsLoopNestPass[I] ? *OuterMostLoop : L).getParentLoop()); in runWithLoopNestPasses()
557 Loop *OuterMostLoop = *(LoopList.begin()); in processLoopList() local559 OuterMostLoop, DI, SE, ORE)) { in processLoopList()568 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock(); in processLoopList()