Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h819 bool testBounds(unsigned char DirKind,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2579 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest()
2717 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections()
2722 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta)) in exploreDirections()
2727 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta)) in exploreDirections()
2740 bool DependenceInfo::testBounds(unsigned char DirKind, unsigned Level, in testBounds() function in DependenceInfo