Searched refs:first_node (Results 1 – 12 of 12) sorted by relevance
104 int first_node = cur_node; in build_vlc() local112 if (val && (val < nodes[first_node].count)) { in build_vlc()114 first_node = new_node; in build_vlc()116 first_node = second_node; in build_vlc()123 if (first_node == cur_node) in build_vlc()127 st = nodes[first_node].count; in build_vlc()129 nodes[first_node].count = 0; in build_vlc()137 nodes[cur_node].l = first_node; in build_vlc()
108 int first_node = cur_node; in build_vlc() local116 if (val && (val < nodes[first_node].count)) { in build_vlc()118 first_node = new_node; in build_vlc()120 first_node = second_node; in build_vlc()127 if (first_node == cur_node) in build_vlc()131 st = nodes[first_node].count; in build_vlc()133 nodes[first_node].count = 0; in build_vlc()140 nodes[cur_node].l = first_node; in build_vlc()
22 Instruction* first_node = list.front().get(); in InsertBefore() local27 return iterator(first_node); in InsertBefore()
585 Instruction* first_node = list.front().get(); in InsertBefore() local590 return first_node; in InsertBefore()
607 Instruction* first_node = list.front().get(); in InsertBefore() local612 return first_node; in InsertBefore()
110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local113 this->node_->previous_node_->next_node_ = first_node; in MoveBefore()114 first_node->previous_node_ = this->node_->previous_node_; in MoveBefore()122 return iterator(first_node); in MoveBefore()
4038 nir_cf_node *first_node = exec_node_data(nir_cf_node, in nir_before_cf_list() local4040 return nir_before_cf_node(first_node); in nir_before_cf_list()