Searched refs:DepthExpanded (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2491 unsigned DepthExpanded = 0; in banerjeeMIVtest() local 2493 Loops, DepthExpanded, Delta); in banerjeeMIVtest() 2537 unsigned &DepthExpanded, in exploreDirections() argument 2569 if (Level > DepthExpanded) { in exploreDirections() 2570 DepthExpanded = Level; in exploreDirections() 2612 Loops, DepthExpanded, Delta); in exploreDirections() 2617 Loops, DepthExpanded, Delta); in exploreDirections() 2622 Loops, DepthExpanded, Delta); in exploreDirections() 2628 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 804 unsigned &DepthExpanded,
|