Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2098 struct IVChain { struct
2102 IVChain() = default;
2103 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() function
2188 SmallVector<IVChain, MaxChains> IVChainVec;
2203 void FinalizeChain(IVChain &Chain);
2205 void GenerateIVChain(const IVChain &Chain,
3036 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement()
3065 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
3157 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3201 IVChainVec.push_back(IVChain(IVInc(UserInst, IVOper, LastIncExpr), in ChainInstruction()
[all …]