Searched refs:exploreDirections (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 813 unsigned exploreDirections(unsigned Level,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 2560 unsigned NewDeps = exploreDirections(1, A, B, Bound, in banerjeeMIVtest() 2600 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections() function in DependenceInfo 2683 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections() 2688 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections() 2693 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections() 2700 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
|