Home
last modified time | relevance | path

Searched refs:DebugPM (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp60 DebugPM("debug-pass-manager", cl::Hidden, variable
146 Opt.DebugPM = DebugPM; in compileModuleWithNewPM()
150 StandardInstrumentations SI(Context, Opt.DebugPM); in compileModuleWithNewPM()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp71 static cl::opt<DebugLogging> DebugPM( variable
398 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline()
399 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline()
400 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h30 bool DebugPM = false; member