Lines Matching refs:SelectionDAG

34   struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
75 static std::string getGraphName(const SelectionDAG *G) { in getGraphName()
84 const SelectionDAG *Graph) { in getNodeIdentifierLabel()
99 const SelectionDAG *Graph) { in getEdgeAttributes()
111 const SelectionDAG *G) { in getSimpleNodeLabel()
119 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
121 const SelectionDAG *Graph) { in getNodeAttributes()
134 static void addCustomGraphFeatures(SelectionDAG *G, in addCustomGraphFeatures()
135 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures()
144 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
145 const SelectionDAG *G) { in getNodeLabel()
146 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel()
153 void SelectionDAG::viewGraph(const std::string &Title) { in viewGraph()
166 void SelectionDAG::viewGraph() { in viewGraph()
172 void SelectionDAG::clearGraphAttrs() { in clearGraphAttrs()
184 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
196 const std::string SelectionDAG::getGraphAttrs(const SDNode *N) const { in getGraphAttrs()
214 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor()
226 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper()
258 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { in setSubgraphColor()
286 O << DOTGraphTraits<SelectionDAG*> in getGraphNodeLabel()