Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SDNode

46       return ((const SDNode *) Node)->getNumValues();
50 return ((const SDNode *) Node)->getValueType(i).getEVTString();
55 return itostr(I - SDNodeIterator::begin((SDNode *) Node));
71 SDNode *TargetNode = *I;
85 static bool hasNodeAddressLabel(const SDNode *Node,
105 static std::string getSimpleNodeLabel(const SDNode *Node,
114 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
115 static std::string getNodeAttributes(const SDNode *N,
139 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
179 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) {
191 const std::string SelectionDAG::getGraphAttrs(const SDNode *N) const {
193 std::map<const SDNode *, std::string>::const_iterator I =
209 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) {
221 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited,
253 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) {
255 DenseSet<SDNode *> visited;
277 SmallVector<SDNode *, 4> GluedNodes;
278 for (SDNode *N = SU->getNode(); N; N = N->getGluedNode())
297 const SDNode *N = DAG->getRoot().getNode();