Home
last modified time | relevance | path

Searched refs:PrintPassOpts (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/opt/
H A DNewPMDriver.cpp346 PrintPassOptions PrintPassOpts; in runPassPipeline() local
347 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline()
348 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline()
350 PrintPassOpts); in runPassPipeline()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp782 PrintPassOptions PrintPassOpts; in RunOptimizationPipeline() local
783 PrintPassOpts.Indent = DebugPassStructure; in RunOptimizationPipeline()
784 PrintPassOpts.SkipAnalyses = DebugPassStructure; in RunOptimizationPipeline()
787 /*VerifyEach*/ false, PrintPassOpts); in RunOptimizationPipeline()
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h522 PrintPassOptions PrintPassOpts = PrintPassOptions());
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2071 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument
2072 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in StandardInstrumentations()