reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/DependenceAnalysis.cpp
 2694     if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta))
 2696                                    Loops, DepthExpanded, Delta);
 2699     if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta))
 2701                                    Loops, DepthExpanded, Delta);
 2704     if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta))
 2706                                    Loops, DepthExpanded, Delta);
 2712     return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta);