Searched refs:IVInc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1590 /// IVInc - An individual increment in a Chain of IV increments.
1599 struct IVInc { struct in namespace:__anon26302
1604 IVInc(Instruction *U, Value *O, const SCEV *E): function in struct:__anon26302::IVInc
1611 SmallVector<IVInc,1> Incs;
1616 IVChain(const IVInc &Head, const SCEV *Base)
1619 typedef SmallVectorImpl<IVInc>::const_iterator const_iterator;
1633 // add - Add an IVInc to the end of this chain.
1634 void add(const IVInc &X) { Incs.push_back(X); }
2488 /// PrevOper==a[i], IVOper==b[i], IVInc==b-a.
2558 /// TODO: Consider IVInc fre
[all...]

Completed in 161 milliseconds