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

  /external/llvm/lib/Analysis/
CallGraphSCCPass.cpp 594 // PrintCallGraphPass Implementation
598 /// PrintCallGraphPass - Print a Module corresponding to a call graph.
600 class PrintCallGraphPass : public CallGraphSCCPass {
606 PrintCallGraphPass(const std::string &B, raw_ostream &o)
628 char PrintCallGraphPass::ID = 0;
632 return new PrintCallGraphPass(Banner, O);
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraphSCCPass.cpp 574 // PrintCallGraphPass Implementation
578 /// PrintCallGraphPass - Print a Module corresponding to a call graph.
580 class PrintCallGraphPass : public CallGraphSCCPass {
586 PrintCallGraphPass(const std::string &B, raw_ostream &o)
603 char PrintCallGraphPass::ID = 0;
607 return new PrintCallGraphPass(Banner, O);

Completed in 90 milliseconds