Searched defs:IVStrideUse (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIVUsers.h32 /// IVStrideUse - Keep track of one use of a strided induction variable.
36 class IVStrideUse : public CallbackVH, public ilist_node<IVStrideUse> { class in namespace:llvm
39 IVStrideUse(IVUsers *P, Instruction* U, Value *O) function in class:llvm::IVStrideUse
54 /// instruction that this IVStrideUse is representing.
76 /// Parent - a pointer to the IVUsers that owns this IVStrideUse.
80 /// that this IVStrideUse is representing.
92 template<> struct ilist_traits<IVStrideUse>
93 : public ilist_default_traits<IVStrideUse> {
98 IVStrideUse *createSentine
[all...]

Completed in 958 milliseconds