Lines Matching refs:CoefficientInfo
2508 CoefficientInfo *A = collectCoeffInfo(Src, true, A0); in banerjeeMIVtest()
2511 CoefficientInfo *B = collectCoeffInfo(Dst, false, B0); in banerjeeMIVtest()
2582 CoefficientInfo *A, in exploreDirections()
2583 CoefficientInfo *B, in exploreDirections()
2712 void DependenceAnalysis::findBoundsALL(CoefficientInfo *A, in findBoundsALL()
2713 CoefficientInfo *B, in findBoundsALL()
2753 void DependenceAnalysis::findBoundsEQ(CoefficientInfo *A, in findBoundsEQ()
2754 CoefficientInfo *B, in findBoundsEQ()
2795 void DependenceAnalysis::findBoundsLT(CoefficientInfo *A, in findBoundsLT()
2796 CoefficientInfo *B, in findBoundsLT()
2841 void DependenceAnalysis::findBoundsGT(CoefficientInfo *A, in findBoundsGT()
2842 CoefficientInfo *B, in findBoundsGT()
2887 DependenceAnalysis::CoefficientInfo *
2892 CoefficientInfo *CI = new CoefficientInfo[MaxLevels + 1]; in collectCoeffInfo()