Searched refs:true_node (Results 1 – 1 of 1) sorted by relevance
1717 dt_operand *true_node = NULL; in find_node() local1725 if (! true_node in find_node()1726 || as_a <dt_operand *> (ops[i])->for_id > true_node->for_id) in find_node()1727 true_node = as_a <dt_operand *> (ops[i]); in find_node()1733 if (true_node in find_node()1734 && true_node->for_id != current_id in find_node()1735 && true_node->for_id > as_a <dt_operand *> (ops[i])->for_id) in find_node()1746 true_loc = true_node->op->location; in find_node()