Searched refs:DepthExpanded (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 2654 unsigned DepthExpanded = 0; in banerjeeMIVtest() local 2656 Loops, DepthExpanded, Delta); in banerjeeMIVtest() 2698 unsigned &DepthExpanded, in exploreDirections() argument 2743 if (Level > DepthExpanded) { in exploreDirections() 2744 DepthExpanded = Level; in exploreDirections() 2792 Loops, DepthExpanded, Delta); in exploreDirections() 2797 Loops, DepthExpanded, Delta); in exploreDirections() 2802 Loops, DepthExpanded, Delta); in exploreDirections() 2808 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 | 854 unsigned &DepthExpanded,
|