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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h801 unsigned &DepthExpanded,
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2473 unsigned DepthExpanded = 0; local
2475 Loops, DepthExpanded, Delta);
2519 unsigned &DepthExpanded,
2551 if (Level > DepthExpanded) {
2552 DepthExpanded = Level;
2594 Loops, DepthExpanded, Delta);
2599 Loops, DepthExpanded, Delta);
2604 Loops, DepthExpanded, Delta);
2610 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta);
2514 exploreDirections(unsigned Level, CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, const SmallBitVector &Loops, unsigned &DepthExpanded, const SCEV *Delta) const argument

Completed in 110 milliseconds