Searched refs:Incs (Results 1 – 1 of 1) sorted by relevance
1900 SmallVector<IVInc, 1> Incs; member1905 : Incs(1, Head), ExprBase(Base) {} in IVChain()1911 assert(!Incs.empty()); in begin()1912 return std::next(Incs.begin()); in begin()1915 return Incs.end(); in end()1919 bool hasIncs() const { return Incs.size() >= 2; } in hasIncs()1922 void add(const IVInc &X) { Incs.push_back(X); } in add()2904 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()3039 IVChain::const_iterator IncIter = Chain.Incs.begin(); in ChainInstruction()3040 IVChain::const_iterator IncEnd = Chain.Incs.end(); in ChainInstruction()[all …]