Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Parent

82   assert(GroupNodes[0] == 0 && "GroupNode 0 not parent!");
89 // if either group is 0, then that must become the parent
90 unsigned Parent = (Group1 == 0) ? Group1 : Group2;
91 unsigned Other = (Parent == Group1) ? Group2 : Group1;
92 GroupNodes.at(Other) = Parent;
93 return Parent;