HomeSort by: relevance | last modified time | path
    Searched refs:collectUpperBound (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 575 /// collectUpperBound - All subscripts are the same type (on my machine,
576 /// an i64). The loop bound may be a smaller type. collectUpperBound
580 const SCEV *collectUpperBound(const Loop *l, Type *T) const;
582 /// collectConstantUpperBound - Calls collectUpperBound(), then
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 1069 const SCEV *DependenceInfo::collectUpperBound(const Loop *L, Type *T) const {
1078 // Calls collectUpperBound(), then attempts to cast it to SCEVConstant.
1082 if (const SCEV *UB = collectUpperBound(L, T))
1165 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1343 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1714 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
1823 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
2037 const SCEV *N1 = collectUpperBound(Loop1, A1->getType());
2038 const SCEV *N2 = collectUpperBound(Loop2, A1->getType());
2917 CI[K].Iterations = collectUpperBound(L, Subscript->getType())
    [all...]

Completed in 20 milliseconds