Write data dependence graph G to stream OS.
Synopsis
Declared in <llvm/Analysis/DDG.h>
raw_ostream&
operator<<(
raw_ostream& OS,
DataDependenceGraph const& G);
Return Value
Reference to the output stream.
Parameters
Name |
Description |
OS |
Output stream. |
G |
Data dependence graph to print. |
Created with MrDocs