Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDependenceAnalysis.h805 const SCEV *getUpperBound(BoundInfo *Bound) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDependenceAnalysis.cpp2720 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds()
2971 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound() function in DependenceInfo