|
LLVM 23.0.0git
|
A read register operand of DefMI that is rematerializable (according to the rematerializer).
More...
#include "llvm/CodeGen/Rematerializer.h"
Public Member Functions | |
| Dependency (unsigned MOIdx, RegisterIdx RegIdx) | |
Public Attributes | |
| unsigned | MOIdx |
The register's machine operand index in DefMI. | |
| RegisterIdx | RegIdx |
| The corresponding register's index in the rematerializer. | |
A read register operand of DefMI that is rematerializable (according to the rematerializer).
Definition at line 142 of file Rematerializer.h.
|
inline |
Definition at line 148 of file Rematerializer.h.
| unsigned llvm::Rematerializer::Reg::Dependency::MOIdx |
The register's machine operand index in DefMI.
Definition at line 144 of file Rematerializer.h.
Referenced by Dependency().
| RegisterIdx llvm::Rematerializer::Reg::Dependency::RegIdx |
The corresponding register's index in the rematerializer.
Definition at line 146 of file Rematerializer.h.
Referenced by Dependency(), and llvm::Rematerializer::reviveRegIfDead().