Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h53 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
101 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
132 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
164 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
H A DDDGPrinter.h43 std::string getGraphName(const DataDependenceGraph *G) {
H A DCFGPrinter.h130 static std::string getGraphName(DOTFuncInfo *CFGInfo) {
H A DBlockFrequencyInfoImpl.h1493 static StringRef getGraphName(const BlockFrequencyInfoT *G) {
/netbsd-src/external/apache2/llvm/dist/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.cpp141 static std::string getGraphName(CallGraphDOTInfo *CGInfo) { in getGraphName() function
241 DOTGraphTraits<CallGraphDOTInfo *>::getGraphName(&CFGInfo); in runOnModule()
H A DMemorySSA.cpp2271 static std::string getGraphName(DOTFuncMSSAInfo *CFGInfo) { in getGraphName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp30 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
H A DMachineFunction.cpp580 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
H A DMachineScheduler.cpp3869 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDOTGraphTraits.h44 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName() function
H A DGraphWriter.h129 std::string GraphName(DTraits.getGraphName(G)); in writeHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp72 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2110 static std::string getGraphName(const PGOUseFunc *G) { in getGraphName() function