Searched defs:getGraphName (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } function in struct:llvm::DOTGraphTraits
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h30 static std::string getGraphName(const Function *F) { function in struct:llvm::DOTGraphTraits
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h41 /// getGraphName - Return the label for the graph as a whole. Printed at the
45 static std::string getGraphName(const GraphType &) { return ""; } function in struct:llvm::DefaultDOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp35 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
H A DMachineBlockFrequencyInfo.cpp86 static std::string getGraphName(const MachineBlockFrequencyInfo *G) { function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp382 static std::string getGraphName(const MachineFunction *F) { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3219 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
/external/llvm/lib/Analysis/
H A DDomPrinter.cpp57 static std::string getGraphName(DominatorTree *DT) { function in struct:llvm::DOTGraphTraits
73 static std::string getGraphName(PostDominatorTree *DT) { function in struct:llvm::DOTGraphTraits
H A DRegionPrinter.cpp64 static std::string getGraphName(RegionInfo *DT) { function in struct:llvm::DOTGraphTraits
H A DBlockFrequencyInfo.cpp79 static std::string getGraphName(const BlockFrequencyInfo *G) { function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp75 static std::string getGraphName(const SelectionDAG *G) { function in struct:llvm::DOTGraphTraits

Completed in 257 milliseconds