Home | History | Annotate | Download | only in opt

Lines Matching defs:PassName

30   std::string PassName;
36 PassName = "FunctionPass Printer: " + PassToPrintName;
49 const char *getPassName() const override { return PassName.c_str(); }
63 std::string PassName;
69 PassName = "CallGraphSCCPass Printer: " + PassToPrintName;
86 const char *getPassName() const override { return PassName.c_str(); }
100 std::string PassName;
106 PassName = "ModulePass Printer: " + PassToPrintName;
118 const char *getPassName() const override { return PassName.c_str(); }
132 std::string PassName;
138 PassName = "LoopPass Printer: " + PassToPrintName;
151 const char *getPassName() const override { return PassName.c_str(); }
165 std::string PassName;
171 PassName = "RegionPass Printer: " + PassToPrintName;
186 const char *getPassName() const override { return PassName.c_str(); }
200 std::string PassName;
206 PassName = "BasicBlockPass Printer: " + PassToPrintName;
220 const char *getPassName() const override { return PassName.c_str(); }