Searched refs:DepthExpanded (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 2564 unsigned DepthExpanded = 0; in banerjeeMIVtest() local 2566 Loops, DepthExpanded, Delta); in banerjeeMIVtest() 2608 unsigned &DepthExpanded, in exploreDirections() argument 2640 if (Level > DepthExpanded) { in exploreDirections() 2641 DepthExpanded = Level; in exploreDirections() 2689 Loops, DepthExpanded, Delta); in exploreDirections() 2694 Loops, DepthExpanded, Delta); in exploreDirections() 2699 Loops, DepthExpanded, Delta); in exploreDirections() 2705 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 814 unsigned &DepthExpanded,
|