HomeSort by relevance Sort by last modified time
    Searched refs:CallGraphSCCPassPrinter (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/opt/
PassPrinters.cpp 59 struct CallGraphSCCPassPrinter : public CallGraphSCCPass {
66 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet)
94 char CallGraphSCCPassPrinter::ID = 0;
239 return new CallGraphSCCPassPrinter(PI, OS, Quiet);
  /external/swiftshader/third_party/LLVM/tools/opt/
opt.cpp 147 struct CallGraphSCCPassPrinter : public CallGraphSCCPass {
153 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out) :
181 char CallGraphSCCPassPrinter::ID = 0;
650 Passes.add(new CallGraphSCCPassPrinter(PassInf, Out->os()));

Completed in 7584 milliseconds