Lines Matching refs:node_b
47 const exec_node *node_b = list_b->get_head_raw();
55 ; node_a = node_a->next, node_b = node_b->next) {
60 if (node_b->is_tail_sentinel())
65 const ir_rvalue *const actual = (ir_rvalue *) node_b;
113 if (!node_b->is_tail_sentinel())
227 const exec_node *node_b = (*other)->parameters.get_head_raw();
235 node_b = node_b->next,
241 (const ir_variable *)node_b,
377 const exec_node *node_b = list_b->get_head_raw();
380 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel()
381 ; node_a = node_a->next, node_b = node_b->next) {
383 ir_variable *b = (ir_variable *) node_b;
395 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel());