Home
last modified time | relevance | path

Searched refs:getRelativeLoopDepth (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DPolyhedralInfo.cpp127 int CurrDim = S->getRelativeLoopDepth(L); in getScheduleForLoop()
DScopBuilder.cpp303 int OldDepth = scop->getRelativeLoopDepth(OldL); in adjustDomainDimensions()
304 int NewDepth = scop->getRelativeLoopDepth(NewL); in adjustDomainDimensions()
730 int LoopDepth = scop->getRelativeLoopDepth(L); in addLoopBoundsToHeaderDomain()
773 int LatchLoopDepth = scop->getRelativeLoopDepth(LI.getLoopFor(LatchBB)); in addLoopBoundsToHeaderDomain()
834 int LD = scop->getRelativeLoopDepth(L); in buildDomains()
DScopInfo.cpp2473 int Scop::getRelativeLoopDepth(const Loop *L) const { in getRelativeLoopDepth() function in Scop
/external/llvm-project/polly/lib/Support/
DSCEVAffinator.cpp411 unsigned loopDimension = S->getRelativeLoopDepth(Expr->getLoop()); in visitAddRecExpr()
/external/llvm-project/polly/include/polly/
DScopInfo.h2608 int getRelativeLoopDepth(const Loop *L) const;