llvm::operator<<

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

NameDescription
OSOutput stream.
KNode kind to print.