Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h858 bool testBounds(unsigned char DirKind,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2652 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest()
2790 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections()
2795 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta)) in exploreDirections()
2800 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta)) in exploreDirections()
2813 bool DependenceInfo::testBounds(unsigned char DirKind, unsigned Level, in testBounds() function in DependenceInfo