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

References

tools/polly/lib/Analysis/ScopDetection.cpp
  536   const SCEV *ConditionSCEV = SE.getSCEVAtScope(Condition, L);
  538   if (IsLoopBranch && L->isLoopLatch(&BB))
  542   if (involvesMultiplePtrs(ConditionSCEV, nullptr, L))
  545   if (isAffine(ConditionSCEV, L, Context))