Home
last modified time | relevance | path

Searched defs:getEdgeAttributes (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGPrinter.cpp53 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() function
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp55 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() function
DMachineBlockFrequencyInfo.cpp102 std::string getEdgeAttributes(const MachineBasicBlock *Node, EdgeIter EI, in getEdgeAttributes() function
DMachineScheduler.cpp3497 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDOTGraphTraits.h93 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes() function
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h99 static std::string getEdgeAttributes(const void *, EdgeIter, in getEdgeAttributes() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionPrinter.cpp73 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp93 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp98 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes() function
/external/llvm/lib/Analysis/
DRegionPrinter.cpp74 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes() function
DBlockFrequencyInfo.cpp105 std::string getEdgeAttributes(const BasicBlock *Node, EdgeIter EI, in getEdgeAttributes() function
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizGrapher.java178 protected Map<String, String> getEdgeAttributes(GraphvizEdge edge) { in getEdgeAttributes() method in GraphvizGrapher