Searched refs:other_node (Results 1 – 2 of 2) sorted by relevance
102 GenNode* other_node = other_it->second.get(); in ParseInputs() local119 links_[this_port].emplace_back(LinkTarget(other_node, other_port)); in ParseInputs()120 other_node->links_[other_port].emplace_back(LinkTarget(this, this_port)); in ParseInputs()
977 vtn_foreach_cf_node(other_node, &swtch->cases) { in vtn_switch_case_condition()978 struct vtn_case *other = vtn_cf_node_as_case(other_node); in vtn_switch_case_condition()