Write DDG node N to stream OS.

Synopsis

Declared in <llvm/Analysis/DDG.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    DDGNode const& N);

Return Value

Reference to the output stream.

Parameters

Name

Description

OS

Output stream.

N

DDG node to print.

Created with MrDocs