LLVM
15.0.0git
|
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
bool | llvm::shouldPrintBeforeSomePass () |
This is a helper to determine whether to print IR before or after a pass. More... | |
bool | llvm::shouldPrintAfterSomePass () |
bool | llvm::shouldPrintBeforePass (StringRef PassID) |
bool | llvm::shouldPrintAfterPass (StringRef PassID) |
bool | llvm::shouldPrintBeforeAll () |
bool | llvm::shouldPrintAfterAll () |
std::vector< std::string > | llvm::printBeforePasses () |
std::vector< std::string > | llvm::printAfterPasses () |
bool | llvm::forcePrintModuleIR () |
bool | llvm::isFunctionInPrintList (StringRef FunctionName) |