Searched refs:CoefficientInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 360 struct CoefficientInfo { struct 781 CoefficientInfo *collectCoeffInfo(const SCEV *Subscript, 809 CoefficientInfo *A, 810 CoefficientInfo *B, 824 void findBoundsALL(CoefficientInfo *A, 825 CoefficientInfo *B, 831 void findBoundsLT(CoefficientInfo *A, 832 CoefficientInfo *B, 838 void findBoundsGT(CoefficientInfo *A, 839 CoefficientInfo *B, [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2459 CoefficientInfo *A = collectCoeffInfo(Src, true, A0); in banerjeeMIVtest() 2462 CoefficientInfo *B = collectCoeffInfo(Dst, false, B0); in banerjeeMIVtest() 2532 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections() 2533 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections() 2659 void DependenceInfo::findBoundsALL(CoefficientInfo *A, CoefficientInfo *B, in findBoundsALL() 2698 void DependenceInfo::findBoundsEQ(CoefficientInfo *A, CoefficientInfo *B, in findBoundsEQ() 2738 void DependenceInfo::findBoundsLT(CoefficientInfo *A, CoefficientInfo *B, in findBoundsLT() 2782 void DependenceInfo::findBoundsGT(CoefficientInfo *A, CoefficientInfo *B, in findBoundsGT() 2826 DependenceInfo::CoefficientInfo * 2830 CoefficientInfo *CI = new CoefficientInfo[MaxLevels + 1]; in collectCoeffInfo()
|