Searched refs:exploreDirections (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 799 unsigned exploreDirections(unsigned Level,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2492 unsigned NewDeps = exploreDirections(1, A, B, Bound, in banerjeeMIVtest() 2532 unsigned DependenceAnalysis::exploreDirections(unsigned Level, in exploreDirections() function in DependenceAnalysis 2611 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections() 2616 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections() 2621 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections() 2628 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|