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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2492 unsigned NewDeps = exploreDirections(1, A, B, Bound,
2532 unsigned DependenceAnalysis::exploreDirections(unsigned Level, function in class:DependenceAnalysis
2611 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2616 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2621 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2628 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta);

Completed in 96 milliseconds