Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp66 PassList(cl::desc("Passes available:")); variable
159 for (const PassInfo *PI : PassList) in main()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp70 static cl::list<const PassInfo *, bool, PassNameParser> PassList(cl::desc( variable
390 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()