Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1912 struct IVChain { struct
1916 IVChain() = default;
1917 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() function
2002 SmallVector<IVChain, MaxChains> IVChainVec;
2017 void FinalizeChain(IVChain &Chain);
2019 void GenerateIVChain(const IVChain &Chain,
2850 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement()
2879 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
2971 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3015 IVChainVec.push_back(IVChain(IVInc(UserInst, IVOper, LastIncExpr), in ChainInstruction()
[all …]