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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h791 /// exploreDirections - Hierarchically expands the direction vector
796 unsigned exploreDirections(unsigned Level,
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2474 unsigned NewDeps = exploreDirections(1, A, B, Bound,
2514 unsigned DependenceAnalysis::exploreDirections(unsigned Level, function in class:DependenceAnalysis
2593 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2598 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2603 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2610 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta);

Completed in 61 milliseconds