Home
last modified time | relevance | path

Searched refs:DebugLogging (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderBindings.cpp29 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 DStandardInstrumentations.cpp836 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 DStandardInstrumentations.h68 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 DNewPMDriver.cpp67 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 DPassBuilder.h73 LLVMBool DebugLogging);
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h137 MachineFunctionPassManager(bool DebugLogging = false,