Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h829 /// exploreDirections - Hierarchically expands the direction vector
834 unsigned exploreDirections(unsigned Level,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2645 unsigned NewDeps = exploreDirections(1, A, B, Bound, in banerjeeMIVtest()
2685 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections() function in DependenceInfo
2781 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2786 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2791 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2798 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()