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( variable390 for (const auto &P : PassList) { in shouldForceLegacyPM()479 if (UseNPM && !PassList.empty()) { in optMain()811 for (unsigned i = 0; i < PassList.size(); ++i) { in optMain()812 const PassInfo *PassInf = PassList[i]; in optMain()