Go to the documentation of this file.
9 #ifndef LLVM_IR_PRINTPASSES_H
10 #define LLVM_IR_PRINTPASSES_H
44 #endif // LLVM_IR_PRINTPASSES_H
This is an optimization pass for GlobalISel generic memory operations.
bool shouldPrintBeforeAll()
bool shouldPrintAfterSomePass()
bool shouldPrintBeforeSomePass()
This is a helper to determine whether to print IR before or after a pass.
bool shouldPrintAfterAll()
bool isFunctionInPrintList(StringRef FunctionName)
std::vector< std::string > printBeforePasses()
std::vector< std::string > printAfterPasses()
bool shouldPrintAfterPass(StringRef PassID)
bool shouldPrintBeforePass(StringRef PassID)
bool forcePrintModuleIR()