94 DEG_NODE_VISITED = (1 << 0),
119 comp_node->possibly_affects_visible_id =
true;
120 comp_node->affects_visible_id =
true;
181 target_affects_visible_id =
false;
188 if (target_possibly_affects_visible_id) {
190 comp_node->possibly_affects_visible_id |= target_possibly_affects_visible_id;
193 if (target_affects_visible_id) {
195 comp_node->affects_visible_id |= target_affects_visible_id;