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

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h801 unsigned &DepthExpanded,
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2468 unsigned DepthExpanded = 0; local
2470 Loops, DepthExpanded, Delta);
2514 unsigned &DepthExpanded,
2546 if (Level > DepthExpanded) {
2547 DepthExpanded = Level;
2589 Loops, DepthExpanded, Delta);
2594 Loops, DepthExpanded, Delta);
2599 Loops, DepthExpanded, Delta);
2605 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta);
2509 exploreDirections(unsigned Level, CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, const SmallBitVector &Loops, unsigned &DepthExpanded, const SCEV *Delta) const argument

Completed in 83 milliseconds