Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1899 struct IVChain { struct
1903 IVChain() = default;
1904 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() argument
1985 SmallVector<IVChain, MaxChains> IVChainVec;
2000 void FinalizeChain(IVChain &Chain);
2002 void GenerateIVChain(const IVChain &Chain,
2871 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
2963 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3018 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
5623 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]