Home
last modified time | relevance | path

Searched refs:NestedLoop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp148 auto *NestedLoop = LI.getLoopFor(NextBB); in computeStackPO() local
149 bool IsNestedLoop = NestedLoop != Loop; in computeStackPO()
154 NestedLoop->getUniqueExitBlocks(NestedExits); in computeStackPO()
169 computeLoopPO(LI, *NestedLoop, CallBack, Finalized); in computeStackPO()
H A DScalarEvolution.cpp3392 const Loop *NestedLoop = NestedAR->getLoop(); in getAddRecExpr() local
3393 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()