Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h33 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction()
66 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction()
DCFGPrinter.h31 static std::string getGraphName(const Function *F) {
/external/llvm/lib/Analysis/
DDomPrinter.cpp57 static std::string getGraphName(DominatorTree *DT) { in getGraphName() function
73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName() function
DRegionPrinter.cpp64 static std::string getGraphName(RegionInfo *DT) { in getGraphName() function
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp37 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
DMachineFunction.cpp342 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h45 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName() function
DGraphWriter.h110 std::string GraphName = DTraits.getGraphName(G); in writeHeader()
/external/llvm/tools/opt/
DGraphPrinters.cpp57 static std::string getGraphName(CallGraph *F) { in getGraphName() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp75 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
/external/llvm/include/llvm/ADT/
DTrie.h306 static std::string getGraphName(const Trie<Payload>& T) {