Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1913 SmallVector<IVInc, 1> Incs; member
1918 : Incs(1, Head), ExprBase(Base) {} in IVChain()
1924 assert(!Incs.empty()); in begin()
1925 return std::next(Incs.begin()); in begin()
1928 return Incs.end(); in end()
1932 bool hasIncs() const { return Incs.size() >= 2; } in hasIncs()
1935 void add(const IVInc &X) { Incs.push_back(X); } in add()
2902 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()
3037 IVChain::const_iterator IncIter = Chain.Incs.begin(); in ChainInstruction()
3038 IVChain::const_iterator IncEnd = Chain.Incs.end(); in ChainInstruction()
[all …]