Lines Matching refs:node_b
44 const exec_node *node_b = list_b->head;
52 ; node_a = node_a->next, node_b = node_b->next) {
57 if (node_b->is_tail_sentinel())
62 const ir_rvalue *const actual = (ir_rvalue *) node_b;
108 if (!node_b->is_tail_sentinel())
184 const exec_node *node_b = list_b->head;
187 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel()
188 ; node_a = node_a->next, node_b = node_b->next) {
190 ir_variable *b = (ir_variable *) node_b;
202 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel());