Searched refs:OuterMostLoop (Results 1 – 2 of 2) sorted by relevance
87 Loop *OuterMostLoop = &L; in runWithLoopNestPasses() local 106 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()
439 Loop *OuterMostLoop = *(LoopList.begin()); in processLoopList() local441 OuterMostLoop, DI, SE)) { in processLoopList()451 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock(); in processLoopList()