Searched refs:getGraphName (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h30 std::string GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph);
61 std::string GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph);
90 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph);
120 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph);
H A DCFGPrinter.h31 static std::string getGraphName(const Function *F) { function in struct:llvm::DOTGraphTraits
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp29 static std::string getGraphName(CallGraph *Graph) { function in struct:llvm::DOTGraphTraits
/freebsd-10-stable/contrib/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
H A DGraphWriter.h115 std::string GraphName = DTraits.getGraphName(G);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp36 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp370 static std::string getGraphName(const MachineFunction *F) { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3066 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
/freebsd-10-stable/contrib/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 DBlockFrequencyInfo.cpp77 static std::string getGraphName(const BlockFrequencyInfo *G) { function in struct:llvm::DOTGraphTraits
H A DRegionPrinter.cpp64 static std::string getGraphName(RegionInfo *DT) { function in struct:llvm::DOTGraphTraits
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp74 static std::string getGraphName(const SelectionDAG *G) { function in struct:llvm::DOTGraphTraits

Completed in 225 milliseconds