Construct a printer that writes to OS.
Synopsis
Declared in <llvm/Analysis/MemorySSA.h>
explicit
MemorySSAPrinterPass(
raw_ostream& OS,
bool EnsureOptimizedUses);
Parameters
Name |
Description |
OS |
Output stream for the printed MemorySSA. |
EnsureOptimizedUses |
Whether to optimize uses before printing. |
Created with MrDocs