print overloads
Declared in <llvm/CodeGen/MachineDominators.h>
Print the internal state of this pass for analysis dumping.
virtual
void
print(
raw_ostream& OS,
Module const* M) const;
» more...
Print the MachineDominatorTree computed by this pass.
virtual
void
print(
raw_ostream& OS,
Module const* M = nullptr) const override;
» more...
| Name | Description |
|---|---|
| OS | Stream to write the pass state to. |
| M | Module being analyzed, which may be null. |