Home | History | Annotate | Download | only in Analysis

Lines Matching refs:collectUpperBound

998 const SCEV *DependenceAnalysis::collectUpperBound(const Loop *L,
1008 // Calls collectUpperBound(), then attempts to cast it to SCEVConstant.
1013 if (const SCEV *UB = collectUpperBound(L, T))
1100 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1282 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1689 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1799 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
2002 const SCEV *N1 = collectUpperBound(Loop1, A1->getType());
2003 const SCEV *N2 = collectUpperBound(Loop2, A1->getType());
2905 CI[K].Iterations = collectUpperBound(L, Subscript->getType());