llvm::operator<<

Write loop nest LN to stream OS.

Synopsis

Declared in <llvm/Analysis/LoopNestAnalysis.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    LoopNest const& LN);

Return Value

A reference to OS.

Parameters

NameDescription
OSOutput stream.
LNLoop nest to print.