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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1433 /// IVInc - An individual increment in a Chain of IV increments.
1442 struct IVInc { struct in namespace:__anon10399
1447 IVInc(Instruction *U, Value *O, const SCEV *E): function in struct:__anon10399::IVInc
1454 SmallVector<IVInc,1> Incs;
1459 IVChain(const IVInc &Head, const SCEV *Base)
1462 typedef SmallVectorImpl<IVInc>::const_iterator const_iterator;
1476 // add - Add an IVInc to the end of this chain.
1477 void add(const IVInc &X) { Incs.push_back(X); }
2325 /// PrevOper==a[i], IVOper==b[i], IVInc==b-a.
2395 /// TODO: Consider IVInc fre
[all...]

Completed in 181 milliseconds