Home
last modified time | relevance | path

Searched refs:getGraphName (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
H A DCFGPrinter.h59 static std::string getGraphName(const Function *F) {
H A DBlockFrequencyInfoImpl.h1377 static std::string getGraphName(const BlockFrequencyInfoT *G) {
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDomPrinter.cpp57 static std::string getGraphName(DominatorTree *DT) { in getGraphName() function
73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName() function
H A DRegionPrinter.cpp67 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } in getGraphName() function
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo()
H A DCallPrinter.cpp28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } in getGraphName() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp31 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
H A DMachineFunction.cpp508 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
H A DMachineScheduler.cpp3655 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h45 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName() function
H A DGraphWriter.h130 std::string GraphName = DTraits.getGraphName(G); in writeHeader()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp73 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1679 static std::string getGraphName(const PGOUseFunc *G) { in getGraphName() function