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

/external/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 1294 milliseconds