Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DPolyhedralInfo.cpp127 int CurrDim = S->getRelativeLoopDepth(L); in getScheduleForLoop()
H A DScopBuilder.cpp299 int OldDepth = scop->getRelativeLoopDepth(OldL); in adjustDomainDimensions()
300 int NewDepth = scop->getRelativeLoopDepth(NewL); in adjustDomainDimensions()
731 int LoopDepth = scop->getRelativeLoopDepth(L); in addLoopBoundsToHeaderDomain()
774 int LatchLoopDepth = scop->getRelativeLoopDepth(LI.getLoopFor(LatchBB)); in addLoopBoundsToHeaderDomain()
835 int LD = scop->getRelativeLoopDepth(L); in buildDomains()
H A DScopInfo.cpp2388 int Scop::getRelativeLoopDepth(const Loop *L) const { in getRelativeLoopDepth() function in Scop
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp411 unsigned loopDimension = S->getRelativeLoopDepth(Expr->getLoop()); in visitAddRecExpr()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2592 int getRelativeLoopDepth(const Loop *L) const;