Write virtual register map VRM to stream OS.

Synopsis

Declared in <llvm/CodeGen/VirtRegMap.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    VirtRegMap const& VRM);

Return Value

Reference to OS after printing.

Parameters

Name

Description

OS

Output stream.

VRM

Virtual register map to print.

Created with MrDocs