Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2907 const SCEV *LastIncExpr = nullptr; in isProfitableChain() local
2928 if (Inc.IncExpr == LastIncExpr) in isProfitableChain()
2933 LastIncExpr = Inc.IncExpr; in isProfitableChain()
2969 const SCEV *LastIncExpr = nullptr; in ChainInstruction() local
2995 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 …]