Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp96 std::string getNodeAttributes(const MachineBasicBlock *Node, in getNodeAttributes() function
98 return MBFIDOTGraphTraitsBase::getNodeAttributes(Node, Graph, in getNodeAttributes()
DScheduleDAGPrinter.cpp67 static std::string getNodeAttributes(const SUnit *N, in getNodeAttributes() function
DMachineScheduler.cpp3522 static std::string getNodeAttributes(const SUnit *N, const ScheduleDAG *G) { in getNodeAttributes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp147 std::string getNodeAttributes(const MachineBasicBlock *Node, in getNodeAttributes() function
149 return MBFIDOTGraphTraitsBase::getNodeAttributes(Node, Graph, in getNodeAttributes()
DScheduleDAGPrinter.cpp65 static std::string getNodeAttributes(const SUnit *N, in getNodeAttributes() function
DMachineScheduler.cpp3612 static std::string getNodeAttributes(const SUnit *N, const ScheduleDAG *G) { in getNodeAttributes() function
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp99 std::string getNodeAttributes(const BasicBlock *Node, in getNodeAttributes() function
101 return BFIDOTGTraitsBase::getNodeAttributes(Node, Graph, in getNodeAttributes()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGPrinter.cpp65 static std::string getNodeAttributes(const SUnit *N, in getNodeAttributes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp137 std::string getNodeAttributes(const BasicBlock *Node, in getNodeAttributes() function
139 return BFIDOTGTraitsBase::getNodeAttributes(Node, Graph, in getNodeAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDOTGraphTraits.h91 static std::string getNodeAttributes(const void *, in getNodeAttributes() function
DGraphWriter.h166 std::string NodeAttributes = DTraits.getNodeAttributes(Node, G); in writeNode()
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h91 static std::string getNodeAttributes(const void *, in getNodeAttributes() function
DGraphWriter.h168 std::string NodeAttributes = DTraits.getNodeAttributes(Node, G); in writeNode()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDOTGraphTraits.h85 static std::string getNodeAttributes(const void *Node, in getNodeAttributes() function
DGraphWriter.h164 std::string NodeAttributes = DTraits.getNodeAttributes(Node, G); in writeNode()
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizGrapher.java113 Map<String, String> attrs = getNodeAttributes(node); in renderNode()
117 protected Map<String, String> getNodeAttributes(GraphvizNode node) { in getNodeAttributes() method in GraphvizGrapher
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp120 static std::string getNodeAttributes(const SDNode *N, in getNodeAttributes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp118 static std::string getNodeAttributes(const SDNode *N, in getNodeAttributes() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp115 static std::string getNodeAttributes(const SDNode *N, in getNodeAttributes() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTrie.h324 static std::string getNodeAttributes(const NodeType* Node,
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1257 std::string getNodeAttributes(const NodeType *Node,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1381 std::string getNodeAttributes(NodeRef Node, const BlockFrequencyInfoT *Graph,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2522 static std::string getNodeAttributes(const ExplodedNode *N, void*) { in getNodeAttributes() function