Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Sib

90 //  |      +-- UseNode --+ Sib  +-- UseNode --+ Sib       Sib
94 // +-- DefNode --+ Sib
126 // dN<R>(rd,d,u):sib,
133 // sib - sibling.
135 // uN<R>[!](rd):sib,
140 // sib - sibling.
450 NodeId RD, Sib; // Ids of the reaching def and the sibling.
492 return Ref.Sib;
494 void setSibling(NodeId Sib) {
495 Ref.Sib = Sib;