llvm::sandboxir::UseSet

Tracks the change of the source Value of a sandboxir::Use.

Synopsis

Declared in <llvm/SandboxIR/Tracker.h>

class UseSet
    : public IRChangeBase

Base Classes

NameDescription
IRChangeBaseThe base class for IR Change classes.

Member Functions

NameDescription
UseSet [constructor]Construct a change that records the original source of U.
accept [virtual]Accept the use-source change; nothing further to do.
dump dump overloads
revert [virtual]Restore the original source value of the use.