llvm::operator<<

Print Loop to stream OS.

Synopsis

Declared in <llvm/Support/GenericLoopInfo.h>

template<
    class BlockT,
    class LoopT>
raw_ostream&
operator<<(
    raw_ostream& OS,
    LoopBase<BlockT, LoopT> const& Loop);

Return Value

The output stream OS.

Parameters

NameDescription
OSOutput stream.
LoopLoop to print.