Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h818 bool testBounds(unsigned char DirKind,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2562 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest()
2687 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections()
2692 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta)) in exploreDirections()
2697 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta)) in exploreDirections()
2710 bool DependenceInfo::testBounds(unsigned char DirKind, unsigned Level, in testBounds() function in DependenceInfo