HomeSort by: relevance | last modified time | path
    Searched refs:exploreDirections (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 808 /// exploreDirections - Hierarchically expands the direction vector
813 unsigned exploreDirections(unsigned Level,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 2560 unsigned NewDeps = exploreDirections(1, A, B, Bound,
2600 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A,
2683 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2688 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2693 NewDeps += exploreDirections(Level + 1, A, B, Bound,
2700 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta);

Completed in 61 milliseconds