Searched refs:DepthExpanded (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 2581 unsigned DepthExpanded = 0; in banerjeeMIVtest() local 2583 Loops, DepthExpanded, Delta); in banerjeeMIVtest() 2625 unsigned &DepthExpanded, in exploreDirections() argument 2670 if (Level > DepthExpanded) { in exploreDirections() 2671 DepthExpanded = Level; in exploreDirections() 2719 Loops, DepthExpanded, Delta); in exploreDirections() 2724 Loops, DepthExpanded, Delta); in exploreDirections() 2729 Loops, DepthExpanded, Delta); in exploreDirections() 2735 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 815 unsigned &DepthExpanded,
|