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

References

include/llvm/Analysis/DependenceAnalysis.h
  800     const SCEV *getLowerBound(BoundInfo *Bound) const;
  805     const SCEV *getUpperBound(BoundInfo *Bound) const;
  815                                BoundInfo *Bound,
  823                     BoundInfo *Bound,
  830                        BoundInfo *Bound,
  837                       BoundInfo *Bound,
  844                       BoundInfo *Bound,
  851                       BoundInfo *Bound,
lib/Analysis/DependenceAnalysis.cpp
 2543   BoundInfo *Bound = new BoundInfo[MaxLevels + 1];
 2543   BoundInfo *Bound = new BoundInfo[MaxLevels + 1];
 2613                                            CoefficientInfo *B, BoundInfo *Bound,
 2718                                 BoundInfo *Bound, const SCEV *Delta) const {
 2746                                    BoundInfo *Bound, unsigned K) const {
 2785                                   BoundInfo *Bound, unsigned K) const {
 2825                                   BoundInfo *Bound, unsigned K) const {
 2869                                   BoundInfo *Bound, unsigned K) const {
 2958 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const {
 2974 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const {