Lines Matching refs:child
334 // values, loads, and calls as well as the generation. There is a child
342 DomTreeNode::iterator child, DomTreeNode::iterator end) :
344 ChildIter(child), EndIter(end),
355 DomTreeNode *child = *ChildIter;
357 return child;
603 // Push the next child onto the stack.
604 DomTreeNode *child = NodeToProcess->nextChild();
609 NodeToProcess->childGeneration(), child,
610 child->begin(), child->end()));