Searched refs:getUpperBound (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h786 /// getUpperBound - Looks through all the bounds info and
789 const SCEV *getUpperBound(BoundInfo *Bound) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2623 if (const SCEV *UpperBound = getUpperBound(Bound))
2885 const SCEV *DependenceAnalysis::getUpperBound(BoundInfo *Bound) const { function in class:DependenceAnalysis

Completed in 106 milliseconds