Searched refs:LastIncExpr (Results 1 – 1 of 1) sorted by relevance
2582 const SCEV *LastIncExpr = nullptr; in isProfitableChain() local2599 if (I->IncExpr == LastIncExpr) in isProfitableChain()2604 LastIncExpr = I->IncExpr; in isProfitableChain()2641 const SCEV *LastIncExpr = nullptr; in ChainInstruction() local2667 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 …]