Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h822 bool testBounds(unsigned char DirKind,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2557 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest()
2682 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections()
2687 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta)) in exploreDirections()
2692 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta)) in exploreDirections()
2705 bool DependenceInfo::testBounds(unsigned char DirKind, unsigned Level, in testBounds() function in DependenceInfo