Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h810 unsigned exploreDirections(unsigned Level,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2582 unsigned NewDeps = exploreDirections(1, A, B, Bound, in banerjeeMIVtest()
2622 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections() function in DependenceInfo
2718 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2723 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2728 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2735 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()