Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Terms

1047 // In the presence of symbolic terms, we can sometimes make progress.
2975 // in terms of dependence), set consistent to false.
3004 // in terms of dependence), set consistent to false.
3030 // in terms of dependence), set consistent to false.
3211 // First step: collect parametric terms in both array references.
3212 SmallVector<const SCEV *, 4> Terms;
3213 SE->collectParametricTerms(SrcAR, Terms);
3214 SE->collectParametricTerms(DstAR, Terms);
3218 SE->findArrayDimensions(Terms, Sizes, ElementSize);