Searched refs:collectUpperBound (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 947 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/ |
D | DependenceAnalysis.h | 566 const SCEV *collectUpperBound(const Loop *l, Type *T) const;
|