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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } function in struct:llvm::DOTGraphTraits
H A DRegionPrinter.cpp67 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } function in struct:llvm::DOTGraphTraits
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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp30 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp557 static std::string getGraphName(const MachineFunction *F) { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3686 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h44 static std::string getGraphName(const GraphType &) { return ""; } function in struct:llvm::DefaultDOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h58 static std::string getGraphName(const Function *F) { function in struct:llvm::DOTGraphTraits
H A DBlockFrequencyInfoImpl.h1378 static std::string getGraphName(const BlockFrequencyInfoT *G) { function in struct:llvm::BFIDOTGraphTraitsBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp72 static std::string getGraphName(const SelectionDAG *G) { function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1779 static std::string getGraphName(const PGOUseFunc *G) { function in struct:llvm::DOTGraphTraits

Completed in 215 milliseconds