Searched refs:NestedLoop (Results 1 – 2 of 2) sorted by relevance
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()
3701 const Loop *NestedLoop = NestedAR->getLoop(); in getAddRecExpr() local3702 if (L->contains(NestedLoop) in getAddRecExpr()3703 ? (L->getLoopDepth() < NestedLoop->getLoopDepth()) in getAddRecExpr()3704 : (!NestedLoop->contains(L) && in getAddRecExpr()3705 DT.dominates(L->getHeader(), NestedLoop->getHeader()))) { in getAddRecExpr()3724 return isLoopInvariant(Op, NestedLoop); in getAddRecExpr()3734 return getAddRecExpr(NestedOperands, NestedLoop, InnerFlags); in getAddRecExpr()