Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
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()
DCFGPrinter.h30 static std::string getGraphName(const Function *F) {
DBlockFrequencyInfoImpl.h1253 static std::string getGraphName(const BlockFrequencyInfoT *G) {
/external/swiftshader/third_party/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/swiftshader/third_party/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/Analysis/
DDomPrinter.cpp57 static std::string getGraphName(DominatorTree *DT) { in getGraphName() function
73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName() function
DRegionPrinter.cpp67 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } in getGraphName() function
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo()
DCallPrinter.cpp28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } in getGraphName() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGPrinter.cpp38 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
DMachineFunction.cpp337 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp33 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
DMachineFunction.cpp459 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
DMachineScheduler.cpp3480 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h45 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName() function
DGraphWriter.h114 std::string GraphName = DTraits.getGraphName(G); in writeHeader()
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp57 static std::string getGraphName(CallGraph *F) { in getGraphName() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDOTGraphTraits.h45 static std::string getGraphName(const GraphType& Graph) { return ""; } in getGraphName() function
DGraphWriter.h110 std::string GraphName = DTraits.getGraphName(G); in writeHeader()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp77 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp75 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTrie.h308 static std::string getGraphName(const Trie<Payload>& T) {