Print Loop to stream OS.
Declared in <llvm/Support/GenericLoopInfo.h>
template<
class BlockT,
class LoopT>
raw_ostream&
operator<<(
raw_ostream& OS,
LoopBase<BlockT, LoopT> const& Loop);
The output stream OS.
| Name | Description |
|---|---|
| OS | Output stream. |
| Loop | Loop to print. |