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.cpp48 cl::opt<bool> DebugifyEach( variable
430 if (DebugifyEach) { in runPassPipeline()
569 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()
H A Doptdriver.cpp777 if (DebugifyEach) { in optMain()
788 (EnableDebugify && !DebugifyEach) || in optMain()
914 if (DebugifyEach && !DebugifyExport.empty()) in optMain()