Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h849 unsigned exploreDirections(unsigned Level,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2655 unsigned NewDeps = exploreDirections(1, A, B, Bound, in banerjeeMIVtest()
2695 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections() function in DependenceInfo
2791 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2796 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2801 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2808 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()