llvm::LiveIntervalsWrapperPass::print

print overloads

Synopses

Declared in <llvm/Pass.h>

Implement the dump method.

virtual
void
print(
    raw_ostream& O,
    Module const* M = nullptr) const override;
» more...

Print the internal state of this pass for analysis dumping.

virtual
void
print(
    raw_ostream& OS,
    Module const* M) const;
» more...

Parameters

NameDescription
OOutput stream for the dump.
MOptional module; unused by this pass.
OSStream to write the pass state to.