Write DDG node kind K to stream OS.

Synopsis

Declared in <llvm/Analysis/DDG.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    DDGNode::NodeKind const K);

Return Value

Reference to the output stream.

Parameters

Name

Description

OS

Output stream.

K

Node kind to print.

Created with MrDocs