Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h34 extern cl::opt<bool> DebugifyEach;
H A DNewPMDriver.cpp46 cl::opt<bool> DebugifyEach( variable
422 if (DebugifyEach) { in runPassPipeline()
559 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()
H A Doptdriver.cpp772 if (DebugifyEach) { in optMain()
783 (EnableDebugify && !DebugifyEach) || in optMain()
907 if (DebugifyEach && !DebugifyExport.empty()) in optMain()