Searched refs:collectUpperBound (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 990 const SCEV *DependenceInfo::collectUpperBound(const Loop *L, Type *T) const { in collectUpperBound() function in DependenceInfo 1003 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() 1086 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() 1264 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() 1662 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() 1771 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() 1969 const SCEV *N1 = collectUpperBound(Loop1, A1->getType()); in symbolicRDIVtest() 1970 const SCEV *N2 = collectUpperBound(Loop2, A1->getType()); in symbolicRDIVtest() 2843 CI[K].Iterations = collectUpperBound(L, Subscript->getType()); in collectCoeffInfo()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 575 const SCEV *collectUpperBound(const Loop *l, Type *T) const;
|