Searched refs:DepthExpanded (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 2559 unsigned DepthExpanded = 0; in banerjeeMIVtest() local 2561 Loops, DepthExpanded, Delta); in banerjeeMIVtest() 2603 unsigned &DepthExpanded, in exploreDirections() argument 2635 if (Level > DepthExpanded) { in exploreDirections() 2636 DepthExpanded = Level; in exploreDirections() 2684 Loops, DepthExpanded, Delta); in exploreDirections() 2689 Loops, DepthExpanded, Delta); in exploreDirections() 2694 Loops, DepthExpanded, Delta); in exploreDirections() 2700 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 818 unsigned &DepthExpanded,
|