Write the live physical registers in LR to OS.
Declared in <llvm/CodeGen/LivePhysRegs.h>
raw_ostream&
operator<<(
raw_ostream& OS,
LivePhysRegs const& LR);
Reference to OS.
| Name | Description |
|---|---|
| OS | Output stream. |
| LR | Live physical register set to print. |