Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Parent

166       GepNode *Parent;
172 GepNode() : Flags(0), Parent(0), Idx(0), PTy(0) {}
177 Parent = N->Parent;
220 OS << "Parent:" << GN.Parent;
335 N->Parent = F->second;
365 Nx->Parent = PN; // Link Nx to the previous node.
422 GepNode *PN = N->Parent;
469 // Include everything except flags and parent.
502 // For non-root nodes, compare their parent nodes.
503 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) {
606 // Commoning: for each non-root gep node, replace "Parent" with the
608 // If a given parent does not have an equivalence class, leave it
614 const NodeSet *PC = node_class(N->Parent, EqRel);
622 N->Parent = Rep;
870 // its parent (or the BaseVal, if it's a root node), and by the index
877 Bs.push_back(Loc[Node->Parent]);
961 C->Parent = NewN;
963 N = N->Parent;
1032 // would be (e.g. if the parent node has a constant index and also has
1050 // Compute the inverse of the Node.Parent links. Also, collect the set
1162 // "parent" relation between nodes.