Searched refs:DepthExpanded (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2540 unsigned DepthExpanded = 0; in banerjeeMIVtest() local 2542 Loops, DepthExpanded, Delta); in banerjeeMIVtest() 2586 unsigned &DepthExpanded, in exploreDirections() argument 2618 if (Level > DepthExpanded) { in exploreDirections() 2619 DepthExpanded = Level; in exploreDirections() 2661 Loops, DepthExpanded, Delta); in exploreDirections() 2666 Loops, DepthExpanded, Delta); in exploreDirections() 2671 Loops, DepthExpanded, Delta); in exploreDirections() 2677 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 810 unsigned &DepthExpanded,
|