Home
last modified time | relevance | path

Searched refs:CallGraphSCCPassPrinter (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/opt/
H A DPassPrinters.cpp65 struct CallGraphSCCPassPrinter : public CallGraphSCCPass { struct
72 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in CallGraphSCCPassPrinter() function
100 char CallGraphSCCPassPrinter::ID = 0;
246 return new CallGraphSCCPassPrinter(PI, OS, Quiet); in createCallGraphPassPrinter()