llvm::operator<<

Write the live physical registers in LR to OS.

Synopsis

Declared in <llvm/CodeGen/LivePhysRegs.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    LivePhysRegs const& LR);

Return Value

Reference to OS.

Parameters

NameDescription
OSOutput stream.
LRLive physical register set to print.