Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp470 const bool UseNPM = (!EnableLegacyPassManager && !shouldForceLegacyPM()) || in optMain() local
473 if (UseNPM && !PassList.empty()) { in optMain()
482 if (!UseNPM && PluginList.size()) { in optMain()
698 if (UseNPM) { in optMain()