forked from OSchip/llvm-project
parent
4ee3981574
commit
66e7d522fe
|
@ -175,11 +175,11 @@ class IVUsers : public LoopPass {
|
||||||
ScalarEvolution *SE;
|
ScalarEvolution *SE;
|
||||||
SmallPtrSet<Instruction*,16> Processed;
|
SmallPtrSet<Instruction*,16> Processed;
|
||||||
|
|
||||||
public:
|
|
||||||
/// IVUses - A list of all tracked IV uses of induction variable expressions
|
/// IVUses - A list of all tracked IV uses of induction variable expressions
|
||||||
/// we are interested in.
|
/// we are interested in.
|
||||||
ilist<IVUsersOfOneStride> IVUses;
|
ilist<IVUsersOfOneStride> IVUses;
|
||||||
|
|
||||||
|
public:
|
||||||
/// IVUsesByStride - A mapping from the strides in StrideOrder to the
|
/// IVUsesByStride - A mapping from the strides in StrideOrder to the
|
||||||
/// uses in IVUses.
|
/// uses in IVUses.
|
||||||
std::map<const SCEV *, IVUsersOfOneStride*> IVUsesByStride;
|
std::map<const SCEV *, IVUsersOfOneStride*> IVUsesByStride;
|
||||||
|
|
Loading…
Reference in New Issue