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

Declarations

include/llvm/Analysis/DependenceAnalysis.h
  579     const SCEV *collectUpperBound(const Loop *l, Type *T) const;

References

lib/Analysis/DependenceAnalysis.cpp
 1083   if (const SCEV *UB = collectUpperBound(L, T))
 1166   if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
 1344   if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
 1742   if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
 1851   if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
 2049   const SCEV *N1 = collectUpperBound(Loop1, A1->getType());
 2050   const SCEV *N2 = collectUpperBound(Loop2, A1->getType());
 2929     CI[K].Iterations = collectUpperBound(L, Subscript->getType());