llvm::MachineDominatorTreeWrapperPass::print

print overloads

Synopses

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...

Parameters

NameDescription
OSStream to write the pass state to.
MModule being analyzed, which may be null.