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() 2535 unsigned &DepthExpanded, in exploreDirections() argument 2567 if (Level > DepthExpanded) { in exploreDirections() 2568 DepthExpanded = Level; in exploreDirections() 2610 Loops, DepthExpanded, Delta); in exploreDirections() 2615 Loops, DepthExpanded, Delta); in exploreDirections() 2620 Loops, DepthExpanded, Delta); in exploreDirections() 2626 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 813 unsigned &DepthExpanded,
|