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

/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h31 static std::string getGraphName(const Function *F) { function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp36 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp353 static std::string getGraphName(const MachineFunction *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/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
/external/llvm/tools/opt/
H A DGraphPrinters.cpp57 static std::string getGraphName(CallGraph *F) { function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp74 static std::string getGraphName(const SelectionDAG *G) { function in struct:llvm::DOTGraphTraits

Completed in 174 milliseconds