Returns true if IR should be printed after the pass named PassID.

Synopsis

Declared in <llvm/IR/PrintPasses.h>

bool
shouldPrintAfterPass(StringRef PassID);

Return Value

True if IR should be printed after the named pass.

Parameters

Name

Description

PassID

Pass identifier, such as "instcombine".

Created with MrDocs