Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1869 SmallVector<IVInc, 1> Incs; member
1874 : Incs(1, Head), ExprBase(Base) {} in IVChain()
1880 assert(!Incs.empty()); in begin()
1881 return std::next(Incs.begin()); in begin()
1884 return Incs.end(); in end()
1888 bool hasIncs() const { return Incs.size() >= 2; } in hasIncs()
1891 void add(const IVInc &X) { Incs.push_back(X); } in add()
1894 Instruction *tailUserInst() const { return Incs.back().UserInst; } in tailUserInst()
2819 const SCEV *HeadExpr = SE.getSCEV(getWideOperand(Incs[0].IVOperand)); in isProfitableIncrement()
2849 LLVM_DEBUG(dbgs() << "Chain: " << *Chain.Incs[0].UserInst << " users:\n"; in isProfitableChain()
[all …]