Searched refs:LastIncExpr (Results 1 – 1 of 1) sorted by relevance
2907 const SCEV *LastIncExpr = nullptr; in isProfitableChain() local2928 if (Inc.IncExpr == LastIncExpr) in isProfitableChain()2933 LastIncExpr = Inc.IncExpr; in isProfitableChain()2969 const SCEV *LastIncExpr = nullptr; in ChainInstruction() local2995 LastIncExpr = IncExpr; in ChainInstruction()3008 LastIncExpr = OperExpr; in ChainInstruction()3012 if (!isa<SCEVAddRecExpr>(LastIncExpr)) in ChainInstruction()3015 IVChainVec.push_back(IVChain(IVInc(UserInst, IVOper, LastIncExpr), in ChainInstruction()3019 << ") IV=" << *LastIncExpr << "\n"); in ChainInstruction()3022 << ") IV+" << *LastIncExpr << "\n"); in ChainInstruction()[all …]