Home | History | Annotate | Download | only in Analysis

Lines Matching refs:collectUpperBound

924 const SCEV *DependenceAnalysis::collectUpperBound(const Loop *L,
934 // Calls collectUpperBound(), then attempts to cast it to SCEVConstant.
939 if (const SCEV *UB = collectUpperBound(L, T))
1026 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1210 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1617 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1727 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1930 const SCEV *N1 = collectUpperBound(Loop1, A1->getType());
1931 const SCEV *N2 = collectUpperBound(Loop2, A1->getType());
2835 CI[K].Iterations = collectUpperBound(L, Subscript->getType());