Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1895 SmallVector<IVInc, 1> Incs; member
1900 : Incs(1, Head), ExprBase(Base) {} in IVChain()
1906 assert(!Incs.empty()); in begin()
1907 return std::next(Incs.begin()); in begin()
1910 return Incs.end(); in end()
1914 bool hasIncs() const { return Incs.size() >= 2; } in hasIncs()
1917 void add(const IVInc &X) { Incs.push_back(X); } in add()
2903 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()
3038 IVChain::const_iterator IncIter = Chain.Incs.begin(); in ChainInstruction()
3039 IVChain::const_iterator IncEnd = Chain.Incs.end(); in ChainInstruction()
[all …]