Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Child

670     // the first child of this node.  This means we ultimately traverse the
673 MachineDomTreeNode *Child = Children[i];
674 ParentMap[Child] = Node;
675 WorkList.push_back(Child);