Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1868 struct IVChain { struct
1872 IVChain() = default;
1873 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() argument
1953 SmallVector<IVChain, MaxChains> IVChainVec;
1965 void FinalizeChain(IVChain &Chain);
1967 void GenerateIVChain(const IVChain &Chain, SCEVExpander &Rewriter,
2809 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement()
2838 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
2930 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2974 IVChainVec.push_back(IVChain(IVInc(UserInst, IVOper, LastIncExpr), in ChainInstruction()
[all …]