Home | History | Annotate | Download | only in nvptx

Lines Matching refs:bracket

3823    Determining bracket equivalency is done by maintaining a list of
3824 brackets in such a manner that the list length and final bracket
3855 /* A bracket indicates an edge towards the root of the spanning tree of the
3856 undirected graph. Each bracket has a color, determined
3858 struct bracket
3866 bracket (pseudo_node_t back_)
3884 typedef auto_vec<bracket> bracket_vec_t;
3915 /* Push a bracket ending at BACK. */
3921 brackets.safe_push (bracket (back));
4074 - if it is a child (a) append its bracket list and (b) record
4075 whether it is the child with the highest reaching bracket.
4086 /* Child node. Append its bracket list. */