Searched refs:CoefficientInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 357 struct CoefficientInfo { struct 778 CoefficientInfo *collectCoeffInfo(const SCEV *Subscript, 806 CoefficientInfo *A, 807 CoefficientInfo *B, 821 void findBoundsALL(CoefficientInfo *A, 822 CoefficientInfo *B, 828 void findBoundsLT(CoefficientInfo *A, 829 CoefficientInfo *B, 835 void findBoundsGT(CoefficientInfo *A, 836 CoefficientInfo *B, [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 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() [all …]
|