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.cpp476 const bool UseNPM = (!EnableLegacyPassManager && !shouldForceLegacyPM()) || in optMain() local
479 if (UseNPM && !PassList.empty()) { in optMain()
488 if (!UseNPM && PluginList.size()) { in optMain()
693 if (UseNPM) { in optMain()