Searched refs:OuterMostLoop (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp87 Loop *OuterMostLoop = &L; local
106 while (auto *ParentLoop = OuterMostLoop->getParentLoop())
107 OuterMostLoop = ParentLoop;
108 LoopNestPtr = LoopNest::getLoopNest(*OuterMostLoop, AR.SE);
130 AM.invalidate(IsLoopNestPass[I] ? *OuterMostLoop : L, *PassPA);
142 U.setParentLoop((IsLoopNestPass[I] ? *OuterMostLoop : L).getParentLoop());
H A DLoopInterchange.cpp439 Loop *OuterMostLoop = *(LoopList.begin()); local
441 OuterMostLoop, DI, SE)) {
451 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock();
453 LLVM_DEBUG(dbgs() << "OuterMostLoop needs an unique exit block");

Completed in 76 milliseconds