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()
68 static cl::list<const PassInfo *, bool, PassNameParser> PassList(cl::desc( variable389 for (const auto &P : PassList) { in shouldForceLegacyPM()479 if (UseNPM && !PassList.empty()) { in main()812 for (unsigned i = 0; i < PassList.size(); ++i) { in main()813 const PassInfo *PassInf = PassList[i]; in main()