Searched refs:DebugLogging (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument 31 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {} in LLVMPassBuilderOptions() 33 bool DebugLogging; member in llvm::LLVMPassBuilderOptions 51 bool Debug = PassOpts->DebugLogging; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 92 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging() argument 93 unwrap(Options)->DebugLogging = DebugLogging; in LLVMPassBuilderOptionsSetDebugLogging()
|
| H A D | StandardInstrumentations.cpp | 836 if (!ShouldRun && DebugLogging) { in shouldRun() 1149 if (DebugLogging) in registerCallbacks() 1164 if (DebugLogging) in registerCallbacks() 2071 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument 2072 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in StandardInstrumentations() 2079 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations()
|
| /llvm-project-15.0.7/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 68 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 72 bool DebugLogging; 401 bool DebugLogging; variable 404 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 521 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,
|
| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 67 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum 69 static cl::opt<DebugLogging> DebugPM( 72 cl::init(DebugLogging::None), 74 clEnumValN(DebugLogging::Normal, "", ""), 75 clEnumValN(DebugLogging::Quiet, "quiet", 78 DebugLogging::Verbose, "verbose", 347 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline() 348 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline() 349 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass, in runPassPipeline()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 73 LLVMBool DebugLogging);
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassManager.h | 137 MachineFunctionPassManager(bool DebugLogging = false,
|