Searched refs:testBounds (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 842 /// testBounds - Returns true iff the current bounds are plausible. 843 bool testBounds(unsigned char DirKind,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 2642 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest() 2780 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections() 2785 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta)) in exploreDirections() 2790 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta)) in exploreDirections() 2803 bool DependenceInfo::testBounds(unsigned char DirKind, unsigned Level, in testBounds() function in DependenceInfo
|