Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Terms

1113 // In the presence of symbolic terms, we can sometimes make progress.
3047 // in terms of dependence), set consistent to false.
3076 // in terms of dependence), set consistent to false.
3102 // in terms of dependence), set consistent to false.
3286 // First step: collect parametric terms in both array references.
3287 SmallVector<const SCEV *, 4> Terms;
3288 SE->collectParametricTerms(SrcAR, Terms);
3289 SE->collectParametricTerms(DstAR, Terms);
3293 SE->findArrayDimensions(Terms, Sizes, ElementSize);