Searched refs:NestedLoop (Results 1 – 3 of 3) sorted by relevance
33 auto NestedLoop = Loop.with(hasAncestor(Loop)); in registerMatchers() local35 Finder->addMatcher(gotoStmt(anyOf(unless(hasAncestor(NestedLoop)), in registerMatchers()
165 auto *NestedLoop = LI.getLoopFor(NextBB); in computeStackPO() local166 bool IsNestedLoop = NestedLoop != Loop; in computeStackPO()171 NestedLoop->getUniqueExitBlocks(NestedExits); in computeStackPO()186 computeLoopPO(LI, *NestedLoop, CallBack, Finalized); in computeStackPO()
3622 const Loop *NestedLoop = NestedAR->getLoop(); in getAddRecExpr() local3623 if (L->contains(NestedLoop) in getAddRecExpr()3624 ? (L->getLoopDepth() < NestedLoop->getLoopDepth()) in getAddRecExpr()3625 : (!NestedLoop->contains(L) && in getAddRecExpr()3626 DT.dominates(L->getHeader(), NestedLoop->getHeader()))) { in getAddRecExpr()3645 return isLoopInvariant(Op, NestedLoop); in getAddRecExpr()3655 return getAddRecExpr(NestedOperands, NestedLoop, InnerFlags); in getAddRecExpr()