// Use is here to make keeping the "use" list of a Value up-to-date really easy.
//
class Use {
-public:
+private:
/// init - specify Value and User
/// @deprecated in 2.4, will be removed soon
inline void init(Value *V, User *U);
+public:
/// swap - provide a fast substitute to std::swap<Use>
/// that also works with less standard-compliant compilers
void swap(Use &RHS);
, fullStopTag = tagThree };
public:
-
-
operator Value*() const { return Val; }
Value *get() const { return Val; }
User *getUser() const;