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

/external/llvm/tools/opt/
H A DPassPrinters.cpp128 struct LoopPassPrinter : public LoopPass { struct in namespace:__anon13664
135 LoopPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) function in struct:__anon13664::LoopPassPrinter
159 char LoopPassPrinter::ID = 0;
249 return new LoopPassPrinter(PI, OS, Quiet);
/external/swiftshader/third_party/LLVM/tools/opt/
H A Dopt.cpp246 struct LoopPassPrinter : public LoopPass { struct in namespace:__anon20346
252 LoopPassPrinter(const PassInfo *PI, raw_ostream &out) : function in struct:__anon20346::LoopPassPrinter
277 char LoopPassPrinter::ID = 0;
644 Passes.add(new LoopPassPrinter(PassInf, Out->os()));

Completed in 68 milliseconds