Searched refs:testBounds (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 843 bool testBounds(unsigned char DirKind,
|
| /openbsd-src/gnu/llvm/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
|