94 DEG_NODE_VISITED = (1 << 0),
119 comp_node->possibly_affects_visible_id =
true;
120 comp_node->affects_visible_id =
true;
128 op_node->custom_flags = 0;
129 op_node->num_links_pending = 0;
130 for (
Relation *rel : op_node->outlinks) {
132 ++op_node->num_links_pending;
135 if (op_node->num_links_pending == 0) {
137 op_node->custom_flags |= DEG_NODE_VISITED;
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;