Searched refs:CoefficientInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h360 struct CoefficientInfo { struct in class:llvm::DependenceInfo
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 *
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2459 CoefficientInfo *A = collectCoeffInfo(Src, true, A0);
2462 CoefficientInfo *B = collectCoeffInfo(Dst, false, B0);
2532 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A,
2533 CoefficientInfo *B, BoundInfo *Bound,
2659 void DependenceInfo::findBoundsALL(CoefficientInfo *A, CoefficientInfo *B,
2698 void DependenceInfo::findBoundsEQ(CoefficientInfo *A, CoefficientInfo *B,
2738 void DependenceInfo::findBoundsLT(CoefficientInfo *A, CoefficientInfo *
[all...]

Completed in 920 milliseconds