reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/include/polly/ScopInfo.h
 2679   int getRelativeLoopDepth(const Loop *L) const;

References

tools/polly/lib/Analysis/PolyhedralInfo.cpp
  126   int CurrDim = S->getRelativeLoopDepth(L);
tools/polly/lib/Analysis/ScopBuilder.cpp
  298   int OldDepth = scop->getRelativeLoopDepth(OldL);
  299   int NewDepth = scop->getRelativeLoopDepth(NewL);
  725   int LoopDepth = scop->getRelativeLoopDepth(L);
  768     int LatchLoopDepth = scop->getRelativeLoopDepth(LI.getLoopFor(LatchBB));
  830   int LD = scop->getRelativeLoopDepth(L);
tools/polly/lib/Support/SCEVAffinator.cpp
  401     unsigned loopDimension = S->getRelativeLoopDepth(Expr->getLoop());