Write InstRef IR to stream OS.

Synopsis

Declared in <llvm/MCA/Instruction.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    InstRef const& IR);

Return Value

Reference to the output stream OS.

Parameters

Name

Description

OS

Output stream.

IR

Instruction reference to print.

Created with MrDocs