Home
last modified time | relevance | path

Searched refs:exploreDirections (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h808 unsigned exploreDirections(unsigned Level,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2492 unsigned NewDeps = exploreDirections(1, A, B, Bound, in banerjeeMIVtest()
2532 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections() function in DependenceInfo
2609 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2614 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2619 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2626 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()