reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Analysis/BlockFrequencyInfoImpl.h
 1378   static std::string getGraphName(const BlockFrequencyInfoT *G) {
include/llvm/Analysis/CFGPrinter.h
   58   static std::string getGraphName(const Function *F) {
include/llvm/Support/DOTGraphTraits.h
   44   static std::string getGraphName(const GraphType &) { return ""; }
lib/Analysis/CallPrinter.cpp
   27   static std::string getGraphName(CallGraph *Graph) { return "Call graph"; }
lib/Analysis/DomPrinter.cpp
   56   static std::string getGraphName(DominatorTree *DT) {
   72   static std::string getGraphName(PostDominatorTree *DT) {
lib/Analysis/RegionPrinter.cpp
   66   static std::string getGraphName(const RegionInfo *) { return "Region Graph"; }
lib/CodeGen/MachineFunction.cpp
  529     static std::string getGraphName(const MachineFunction *F) {
lib/CodeGen/MachineScheduler.cpp
 3684   static std::string getGraphName(const ScheduleDAG *G) {
lib/CodeGen/ScheduleDAGPrinter.cpp
   30     static std::string getGraphName(const ScheduleDAG *G) {
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
   72     static std::string getGraphName(const SelectionDAG *G) {
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1778   static std::string getGraphName(const PGOUseFunc *G) {
tools/polly/lib/Analysis/ScopGraphPrinter.cpp
   87   static std::string getGraphName(ScopDetectionWrapperPass *SD) {