Searched refs:NestedLoop (Results 1 – 2 of 2) sorted by relevance
148 auto *NestedLoop = LI.getLoopFor(NextBB); in computeStackPO() local149 bool IsNestedLoop = NestedLoop != Loop; in computeStackPO()154 NestedLoop->getUniqueExitBlocks(NestedExits); in computeStackPO()169 computeLoopPO(LI, *NestedLoop, CallBack, Finalized); in computeStackPO()
3543 const Loop *NestedLoop = NestedAR->getLoop(); in getAddRecExpr() local3544 if (L->contains(NestedLoop) in getAddRecExpr()3545 ? (L->getLoopDepth() < NestedLoop->getLoopDepth()) in getAddRecExpr()3546 : (!NestedLoop->contains(L) && in getAddRecExpr()3547 DT.dominates(L->getHeader(), NestedLoop->getHeader()))) { in getAddRecExpr()3566 return isLoopInvariant(Op, NestedLoop); in getAddRecExpr()3576 return getAddRecExpr(NestedOperands, NestedLoop, InnerFlags); in getAddRecExpr()