Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h809 unsigned exploreDirections(unsigned Level,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2565 unsigned NewDeps = exploreDirections(1, A, B, Bound, in banerjeeMIVtest()
2605 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections() function in DependenceInfo
2688 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2693 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2698 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2705 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()