Searched refs:PassList (Results 1 – 2 of 2) sorted by relevance
66 PassList(cl::desc("Passes available:")); variable159 for (const PassInfo *PI : PassList) in main()
70 static cl::list<const PassInfo *, bool, PassNameParser> PassList(cl::desc( variable392 for (const auto &P : PassList) { in shouldForceLegacyPM()473 if (UseNPM && !PassList.empty()) { in optMain()818 for (unsigned i = 0; i < PassList.size(); ++i) { in optMain()819 const PassInfo *PassInf = PassList[i]; in optMain()