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()
3392 const Loop *NestedLoop = NestedAR->getLoop(); in getAddRecExpr() local3393 if (L->contains(NestedLoop) in getAddRecExpr()3394 ? (L->getLoopDepth() < NestedLoop->getLoopDepth()) in getAddRecExpr()3395 : (!NestedLoop->contains(L) && in getAddRecExpr()3396 DT.dominates(L->getHeader(), NestedLoop->getHeader()))) { in getAddRecExpr()3415 return isLoopInvariant(Op, NestedLoop); in getAddRecExpr()3425 return getAddRecExpr(NestedOperands, NestedLoop, InnerFlags); in getAddRecExpr()