Home | History | Annotate | Download | only in IR

Lines Matching refs:PassNameParser

10 // This file contains the PassNameParser and FilteredPassNameParser<> classes,
14 // The PassNameParser class adds ALL passes linked into the system (that are
17 // template is used for the same purposes as PassNameParser, except that it only
39 // PassNameParser class - Make use of the pass registration mechanism to
42 class PassNameParser : public PassRegistrationListener,
45 PassNameParser(cl::Option &O);
46 ~PassNameParser() override;
83 PassNameParser *PNP = const_cast<PassNameParser*>(this);
90 static int ValLessThan(const PassNameParser::OptionInfo *VT1,
91 const PassNameParser::OptionInfo *VT2) {
103 class FilteredPassNameParser : public PassNameParser {