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

References

include/llvm/Analysis/DependenceAnalysis.h
  785     CoefficientInfo *collectCoeffInfo(const SCEV *Subscript,
  813                                CoefficientInfo *A,
  814                                CoefficientInfo *B,
  828     void findBoundsALL(CoefficientInfo *A,
  829                        CoefficientInfo *B,
  835     void findBoundsLT(CoefficientInfo *A,
  836                       CoefficientInfo *B,
  842     void findBoundsGT(CoefficientInfo *A,
  843                       CoefficientInfo *B,
  849     void findBoundsEQ(CoefficientInfo *A,
  850                       CoefficientInfo *B,
lib/Analysis/DependenceAnalysis.cpp
 2539   CoefficientInfo *A = collectCoeffInfo(Src, true, A0);
 2542   CoefficientInfo *B = collectCoeffInfo(Dst, false, B0);
 2612 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A,
 2613                                            CoefficientInfo *B, BoundInfo *Bound,
 2745 void DependenceInfo::findBoundsALL(CoefficientInfo *A, CoefficientInfo *B,
 2745 void DependenceInfo::findBoundsALL(CoefficientInfo *A, CoefficientInfo *B,
 2784 void DependenceInfo::findBoundsEQ(CoefficientInfo *A, CoefficientInfo *B,
 2784 void DependenceInfo::findBoundsEQ(CoefficientInfo *A, CoefficientInfo *B,
 2824 void DependenceInfo::findBoundsLT(CoefficientInfo *A, CoefficientInfo *B,
 2824 void DependenceInfo::findBoundsLT(CoefficientInfo *A, CoefficientInfo *B,
 2868 void DependenceInfo::findBoundsGT(CoefficientInfo *A, CoefficientInfo *B,
 2868 void DependenceInfo::findBoundsGT(CoefficientInfo *A, CoefficientInfo *B,
 2912 DependenceInfo::CoefficientInfo *
 2916   CoefficientInfo *CI = new CoefficientInfo[MaxLevels + 1];
 2916   CoefficientInfo *CI = new CoefficientInfo[MaxLevels + 1];