Searched defs:PassToPrintName (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/opt/
H A Dopt.cpp171 std::string PassToPrintName = PassToPrint->getPassName(); local
172 PassName = "CallGraphSCCPass Printer: " + PassToPrintName;
207 std::string PassToPrintName = PassToPrint->getPassName(); local
208 PassName = "ModulePass Printer: " + PassToPrintName;
237 std::string PassToPrintName = PassToPrint->getPassName(); local
238 PassName = "FunctionPass Printer: " + PassToPrintName;
270 std::string PassToPrintName = PassToPrint->getPassName(); local
271 PassName = "LoopPass Printer: " + PassToPrintName;
303 std::string PassToPrintName = PassToPrint->getPassName(); local
304 PassName = "RegionPass Printer: " + PassToPrintName;
337 std::string PassToPrintName = PassToPrint->getPassName(); local
[all...]

Completed in 28 milliseconds