llvm::InLineChangePrinter::omitAfter

Report that the IR was omitted because it did not change.

Synopsis

Declared in <llvm/Passes/StandardInstrumentations.h>

virtual
void
omitAfter(
    StringRef PassID,
    std::string& Name) override;

Parameters

NameDescription
PassIDStable identifier of the pass.
NameDisplay name of the IR unit.