Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2582 const SCEV *LastIncExpr = nullptr; in isProfitableChain() local
2599 if (I->IncExpr == LastIncExpr) in isProfitableChain()
2604 LastIncExpr = I->IncExpr; in isProfitableChain()
2641 const SCEV *LastIncExpr = nullptr; in ChainInstruction() local
2667 LastIncExpr = IncExpr; in ChainInstruction()
2680 LastIncExpr = OperExpr; in ChainInstruction()
2684 if (!isa<SCEVAddRecExpr>(LastIncExpr)) in ChainInstruction()
2687 IVChainVec.push_back(IVChain(IVInc(UserInst, IVOper, LastIncExpr), in ChainInstruction()
2691 << ") IV=" << *LastIncExpr << "\n"); in ChainInstruction()
2694 << ") IV+" << *LastIncExpr << "\n"); in ChainInstruction()
[all …]