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

Declarations

tools/polly/include/polly/ScopDetection.h
  218   bool involvesMultiplePtrs(const SCEV *S0, const SCEV *S1, Loop *Scope) const;

References

tools/polly/lib/Analysis/ScopDetection.cpp
  542   if (involvesMultiplePtrs(ConditionSCEV, nullptr, L))
  614   if (ICmp->isEquality() && involvesMultiplePtrs(LHS, nullptr, L) &&
  615       involvesMultiplePtrs(RHS, nullptr, L))
  619   if (ICmp->isRelational() && involvesMultiplePtrs(LHS, RHS, L))