Home
last modified time | relevance | path

Searched refs:collectUpperBound (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp947 const SCEV *DependenceAnalysis::collectUpperBound(const Loop *L, in collectUpperBound() function in DependenceAnalysis
962 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound()
1049 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest()
1233 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest()
1640 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest()
1750 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest()
1953 const SCEV *N1 = collectUpperBound(Loop1, A1->getType()); in symbolicRDIVtest()
1954 const SCEV *N2 = collectUpperBound(Loop2, A1->getType()); in symbolicRDIVtest()
2858 CI[K].Iterations = collectUpperBound(L, Subscript->getType()); in collectCoeffInfo()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h566 const SCEV *collectUpperBound(const Loop *l, Type *T) const;