Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp421 PrintPassOptions PrintPassOpts; in runPassPipeline() local
422 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline()
423 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline()
425 VK == VerifierKind::EachPass, PrintPassOpts); in runPassPipeline()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp918 PrintPassOptions PrintPassOpts; in RunOptimizationPipeline() local
919 PrintPassOpts.Indent = DebugPassStructure; in RunOptimizationPipeline()
920 PrintPassOpts.SkipAnalyses = DebugPassStructure; in RunOptimizationPipeline()
924 CodeGenOpts.VerifyEach, PrintPassOpts); in RunOptimizationPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h622 PrintPassOptions PrintPassOpts = PrintPassOptions());
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2439 PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument
2440 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in StandardInstrumentations()