Home | History | Annotate | Download | only in opt

Lines Matching full:passname

167   std::string PassName;
172 PassName = "CallGraphSCCPass Printer: " + PassToPrintName;
189 virtual const char *getPassName() const { return PassName.c_str(); }
203 std::string PassName;
208 PassName = "ModulePass Printer: " + PassToPrintName;
220 virtual const char *getPassName() const { return PassName.c_str(); }
233 std::string PassName;
238 PassName = "FunctionPass Printer: " + PassToPrintName;
252 virtual const char *getPassName() const { return PassName.c_str(); }
266 std::string PassName;
271 PassName = "LoopPass Printer: " + PassToPrintName;
285 virtual const char *getPassName() const { return PassName.c_str(); }
299 std::string PassName;
304 PassName = "RegionPass Printer: " + PassToPrintName;
319 virtual const char *getPassName() const { return PassName.c_str(); }
333 std::string PassName;
338 PassName = "BasicBlockPass Printer: " + PassToPrintName;
352 virtual const char *getPassName() const { return PassName.c_str(); }