Searched refs:PrintLoopPassWrapper (Results 1 – 1 of 1) sorted by relevance
31 class PrintLoopPassWrapper : public LoopPass { class36 PrintLoopPassWrapper() : LoopPass(ID) {} in PrintLoopPassWrapper() function in __anon344eba160111::PrintLoopPassWrapper37 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper() function in __anon344eba160111::PrintLoopPassWrapper50 char PrintLoopPassWrapper::ID = 0;275 return new PrintLoopPassWrapper(O, Banner); in createPrinterPass()