reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/DependenceAnalysis.cpp
 3136     const SCEV *AP_K = findCoefficient(Dst, CurLoop);
 3139     Dst = zeroCoefficient(Dst, CurLoop);
 3140     if (!findCoefficient(Src, CurLoop)->isZero())
 3151     const SCEV *A_K = findCoefficient(Src, CurLoop);
 3153     Src = zeroCoefficient(Src, CurLoop);
 3154     if (!findCoefficient(Dst, CurLoop)->isZero())
 3165     const SCEV *A_K = findCoefficient(Src, CurLoop);
 3167     Src = zeroCoefficient(Src, CurLoop);
 3168     Dst = addToCoefficient(Dst, CurLoop, A_K);
 3169     if (!findCoefficient(Dst, CurLoop)->isZero())
 3174     const SCEV *A_K = findCoefficient(Src, CurLoop);
 3178     Src = zeroCoefficient(Src, CurLoop);
 3179     Dst = addToCoefficient(Dst, CurLoop, SE->getMulExpr(A_K, B));
 3180     if (!findCoefficient(Dst, CurLoop)->isZero())