Searched refs:A_K (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 3182 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateDistance() local 3183 if (A_K->isZero()) in propagateDistance() 3185 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD()); in propagateDistance() 3190 Dst = addToCoefficient(Dst, CurLoop, SE->getNegativeSCEV(A_K)); in propagateDistance() 3237 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local 3238 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA))); in propagateLine() 3251 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local 3252 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA))); in propagateLine() 3254 Dst = addToCoefficient(Dst, CurLoop, A_K); in propagateLine() 3260 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local [all …]
|