|
MLIR 22.0.0git
|
This class represents a specific symbol use. More...
#include "mlir/IR/SymbolTable.h"
Public Member Functions | |
| SymbolUse (Operation *op, SymbolRefAttr symbolRef) | |
| Operation * | getUser () const |
| Return the operation user of this symbol reference. | |
| SymbolRefAttr | getSymbolRef () const |
| Return the symbol reference that this use represents. | |
This class represents a specific symbol use.
Definition at line 183 of file SymbolTable.h.
|
inline |
Definition at line 185 of file SymbolTable.h.
|
inline |
Return the symbol reference that this use represents.
Definition at line 192 of file SymbolTable.h.
|
inline |
Return the operation user of this symbol reference.
Definition at line 189 of file SymbolTable.h.