Searched refs:update_changed (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-structalias.c1199 bool update_changed)
1202 bitmap tmp = BITMAP_ALLOC (update_changed ? &iteration_obstack : NULL);
1237 if (update_changed)
1245 if (update_changed && TEST_BIT (changed, tounify))
1272 if (update_changed && !TEST_BIT (changed, n))
1576 find_and_collapse_graph_cycles (constraint_graph_t graph, bool update_changed) argument
1585 process_unification_queue (graph, si, update_changed);
1198 process_unification_queue(constraint_graph_t graph, struct scc_info *si, bool update_changed) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.c1406 bool update_changed)
1415 if (update_changed)
1426 if (update_changed && TEST_BIT (changed, from))
1444 if (update_changed && !TEST_BIT (changed, to))
1405 unify_nodes(constraint_graph_t graph, unsigned int to, unsigned int from, bool update_changed) argument

Completed in 209 milliseconds