Searched refs:PassNameParser (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h10 // 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, class in namespace:llvm
45 PassNameParser(cl::Option &O);
46 ~PassNameParser() override;
83 PassNameParser *PNP = const_cast<PassNameParser*>(this);
90 static int ValLessThan(const PassNameParser
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPassNameParser.h1 //===- llvm/Support/PassNameParser.h ----------------------------*- C++ -*-===//
10 // This file the PassNameParser and FilteredPassNameParser<> classes, which are
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
36 // PassNameParser class - Make use of the pass registration mechanism to
39 class PassNameParser : public PassRegistrationListener, class in namespace:llvm
43 PassNameParser() : Opt(0) {} function in class:llvm::PassNameParser
44 virtual ~PassNameParser();
82 PassNameParser *PNP = const_cast<PassNameParser*>(thi
[all...]
/external/llvm/lib/IR/
H A DPass.cpp239 PassNameParser::PassNameParser(cl::Option &O) function in class:PassNameParser
244 PassNameParser::~PassNameParser() {
H A DLegacyPassManager.cpp63 typedef llvm::cl::list<const llvm::PassInfo *, bool, PassNameParser>
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DPass.cpp20 #include "llvm/Support/PassNameParser.h"
238 PassNameParser::~PassNameParser() {}
H A DPassManager.cpp26 #include "llvm/Support/PassNameParser.h"
61 typedef llvm::cl::list<const llvm::PassInfo *, bool, PassNameParser>
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
H A DOptimize.cpp22 #include "llvm/Support/PassNameParser.h"
29 // Pass Name Options as generated by the PassNameParser
30 static cl::list<const PassInfo*, bool, PassNameParser>
/external/llvm/tools/bugpoint/
H A Dbugpoint.cpp60 // PassNameParser.
62 static cl::list<const PassInfo*, bool, PassNameParser>
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A Dbugpoint.cpp21 #include "llvm/Support/PassNameParser.h"
60 // PassNameParser.
62 static cl::list<const PassInfo*, bool, PassNameParser>
/external/llvm/tools/opt/
H A Dopt.cpp61 // PassNameParser.
63 static cl::list<const PassInfo*, bool, PassNameParser>
/external/swiftshader/third_party/LLVM/tools/opt/
H A Dopt.cpp31 #include "llvm/Support/PassNameParser.h"
48 // PassNameParser.
50 static cl::list<const PassInfo*, bool, PassNameParser>

Completed in 393 milliseconds