Searched refs:DepthExpanded (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 2644 unsigned DepthExpanded = 0; in banerjeeMIVtest() local 2646 Loops, DepthExpanded, Delta); in banerjeeMIVtest() 2688 unsigned &DepthExpanded, in exploreDirections() argument 2733 if (Level > DepthExpanded) { in exploreDirections() 2734 DepthExpanded = Level; in exploreDirections() 2782 Loops, DepthExpanded, Delta); in exploreDirections() 2787 Loops, DepthExpanded, Delta); in exploreDirections() 2792 Loops, DepthExpanded, Delta); in exploreDirections() 2798 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 839 unsigned &DepthExpanded,
|