Lines Matching defs:Subscript
172 /// if no subscript in the source or destination mention the induction
266 /// if no subscript in the source or destination mention the induction
342 /// Subscript - This private struct represents a pair of subscripts from
344 /// vector of them to guide subscript partitioning.
345 struct Subscript {
526 /// removeMatchingExtensions - Examines a subscript pair.
530 void removeMatchingExtensions(Subscript *Pair);
570 /// classifyPair - Examines the subscript pair (the Src and Dst SCEVs)
573 Subscript::ClassificationKind classifyPair(const SCEV *Src,
579 /// testZIV - Tests the ZIV subscript pair (Src and Dst) for dependence.
588 /// testSIV - Tests the SIV subscript pair (Src and Dst) for dependence.
605 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
618 /// testMIV - Tests the MIV subscript pair (Src and Dst) for dependence.
626 /// strongSIVtest - Tests the strong SIV subscript pair (Src and Dst)
642 /// weakCrossingSIVtest - Tests the weak-crossing SIV subscript pair
661 /// ExactSIVtest - Tests the SIV subscript pair
679 /// weakZeroSrcSIVtest - Tests the weak-zero SIV subscript pair
697 /// weakZeroDstSIVtest - Tests the weak-zero SIV subscript pair
715 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
731 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
747 /// gcdMIVtest - Tests an MIV subscript pair for dependence.
757 /// banerjeeMIVtest - Tests an MIV subscript pair for dependence.
766 /// collectCoefficientInfo - Walks through the subscript,
769 CoefficientInfo *collectCoeffInfo(const SCEV *Subscript,
845 /// to simplify a subscript pair (Src and Dst).
856 /// constraint into a subscript pair (Src and Dst).
866 /// constraint into a subscript pair (Src and Dst).
873 /// constraint into a subscript pair (Src and Dst).