Home
last modified time | relevance | path

Searched refs:A_K (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3010 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateDistance() local
3011 if (A_K->isZero()) in propagateDistance()
3013 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD()); in propagateDistance()
3018 Dst = addToCoefficient(Dst, CurLoop, SE->getNegativeSCEV(A_K)); in propagateDistance()
3064 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local
3065 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA))); in propagateLine()
3078 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local
3079 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA))); in propagateLine()
3081 Dst = addToCoefficient(Dst, CurLoop, A_K); in propagateLine()
3087 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local
[all …]