Lines Matching refs:Use
17 void Use::swap(Use &RHS) { in swap()
41 User *Use::getUser() const { in getUser()
42 const Use *End = getImpliedUser(); in getUser()
45 : reinterpret_cast<User *>(const_cast<Use *>(End)); in getUser()
48 unsigned Use::getOperandNo() const { in getOperandNo()
57 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags()
67 new (Stop) Use(tags[Done++]); in initTags()
74 new (Stop) Use(stopTag); in initTags()
78 new (Stop) Use(PrevPtrTag(Count & 1)); in initTags()
87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
89 (--Stop)->~Use(); in zap()
94 const Use *Use::getImpliedUser() const { in getImpliedUser()
95 const Use *Current = this; in getImpliedUser()