Searched defs:new_child (Results 1 – 2 of 2) sorted by relevance
42 bool DominatorTree::Node::TryAddChild(std::unique_ptr<Node> new_child) { in TryAddChild()51 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { in AddChild()
109 def Set(self, parent, child_name, new_child): argument