Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
1938 Instruction *tailUserInst() const { return Incs.back().UserInst; } in tailUserInst()
2860 const SCEV *HeadExpr = SE.getSCEV(getWideOperand(Incs[0].IVOperand)); in isProfitableIncrement()
2890 LLVM_DEBUG(dbgs() << "Chain: " << *Chain.Incs[0].UserInst << " users:\n"; in isProfitableChain()
[all …]