Lines Matching refs:Use
43 Use *OperandList;
50 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User()
52 Use *allocHungoffUses(unsigned) const;
54 Use::zap(OperandList, OperandList + NumOperands, true); in dropHungoffUses()
61 Use::zap(OperandList, OperandList + NumOperands); in ~User()
74 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
79 template <int Idx> Use &Op() { in Op()
82 template <int Idx> const Use &Op() const { in Op()
97 const Use &getOperandUse(unsigned i) const { in getOperandUse()
101 Use &getOperandUse(unsigned i) { in getOperandUse()
111 typedef Use* op_iterator;
112 typedef const Use* const_op_iterator;