Searched refs:collectUpperBound (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 1173 const SCEV *DependenceInfo::collectUpperBound(const Loop *L, Type *T) const { in collectUpperBound() function in DependenceInfo 1186 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() 1269 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() 1447 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() 1818 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() 1927 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() 2141 const SCEV *N1 = collectUpperBound(Loop1, A1->getType()); in symbolicRDIVtest() 2142 const SCEV *N2 = collectUpperBound(Loop2, A1->getType()); in symbolicRDIVtest() 3025 CI[K].Iterations = collectUpperBound(L, Subscript->getType()); in collectCoeffInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 616 const SCEV *collectUpperBound(const Loop *l, Type *T) const;
|