Searched refs:getEdgeAttributes (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 56 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() function
|
D | MachineScheduler.cpp | 3357 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() function
|
/external/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 99 static std::string getEdgeAttributes(const void *, EdgeIter, in getEdgeAttributes() function
|
D | GraphWriter.h | 257 DTraits.getEdgeAttributes(Node, EI, G)); in writeEdge()
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
D | GraphvizGrapher.java | 167 Map<String, String> attrs = getEdgeAttributes(edge); in renderEdge() 178 protected Map<String, String> getEdgeAttributes(GraphvizEdge edge) { in getEdgeAttributes() method in GraphvizGrapher
|
/external/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 74 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 98 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes() function
|