Write a printed node list to OS.
Synopsis
Declared in <llvm/CodeGen/RDFGraph.h>
raw_ostream&
operator<<(
raw_ostream& OS,
Print<NodeList> const& P);
Return Value
Reference to OS.
Parameters
Name |
Description |
OS |
Output stream. |
P |
Print wrapper holding the node list. |
Created with MrDocs