LLVM 22.0.0git
|
Helper struct for holding a set of builder options for LLVMRunPasses. More...
Public Member Functions | |
LLVMPassBuilderOptions (bool DebugLogging=false, bool VerifyEach=false, const char *AAPipeline=nullptr, PipelineTuningOptions PTO=PipelineTuningOptions()) |
Public Attributes | |
bool | DebugLogging |
bool | VerifyEach |
const char * | AAPipeline |
PipelineTuningOptions | PTO |
Helper struct for holding a set of builder options for LLVMRunPasses.
This structure is used to keep LLVMRunPasses backwards compatible with future versions in case we modify the options the new Pass Manager utilizes.
Definition at line 28 of file PassBuilderBindings.cpp.
|
inlineexplicit |
Definition at line 30 of file PassBuilderBindings.cpp.
References AAPipeline, DebugLogging, PTO, and VerifyEach.
Definition at line 39 of file PassBuilderBindings.cpp.
Referenced by LLVMPassBuilderOptions().
bool llvm::LLVMPassBuilderOptions::DebugLogging |
Definition at line 37 of file PassBuilderBindings.cpp.
Referenced by LLVMPassBuilderOptions().
PipelineTuningOptions llvm::LLVMPassBuilderOptions::PTO |
Definition at line 40 of file PassBuilderBindings.cpp.
Referenced by LLVMPassBuilderOptions().
bool llvm::LLVMPassBuilderOptions::VerifyEach |
Definition at line 38 of file PassBuilderBindings.cpp.
Referenced by LLVMPassBuilderOptions().