Write a textual representation of N to OS.
Synopsis
Declared in <llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h>
raw_ostream&
operator<<(
raw_ostream& OS,
DGNode& N);
Return Value
The output stream OS after printing.
Parameters
Name |
Description |
OS |
Destination stream. |
N |
Node to print. |
Created with MrDocs