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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1570 struct IVInc { struct in namespace:__anon13504
1575 IVInc(Instruction *U, Value *O, const SCEV *E): function in struct:__anon13504::IVInc
1582 SmallVector<IVInc,1> Incs;
1587 IVChain(const IVInc &Head, const SCEV *Base)
1590 typedef SmallVectorImpl<IVInc>::const_iterator const_iterator;
1604 // Add an IVInc to the end of this chain.
1605 void add(const IVInc &X) { Incs.push_back(X); }
2449 /// IVInc==b-a.
2519 /// TODO: Consider IVInc free if it's already used in another chains.
2552 for (const IVInc
[all...]

Completed in 66 milliseconds