Home
last modified time | relevance | path

Searched refs:add_to_worklist (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstate-purge.cc366 add_to_worklist (point, &worklist, in state_purge_per_ssa_name()
377 add_to_worklist (point, &worklist, map.get_logger ()); in state_purge_per_ssa_name()
389 add_to_worklist (point, &worklist, map.get_logger ()); in state_purge_per_ssa_name()
459 state_purge_per_ssa_name::add_to_worklist (const function_point &point, in add_to_worklist() function in state_purge_per_ssa_name
578 add_to_worklist in process_point()
596 add_to_worklist in process_point()
606 add_to_worklist in process_point()
624 add_to_worklist (function_point::before_stmt in process_point()
634 add_to_worklist (function_point::before_supernode (snode, in process_point()
644 add_to_worklist in process_point()
[all …]
H A Dstate-purge.h173 void add_to_worklist (const function_point &point,
210 void add_to_worklist (const function_point &point,
H A DChangeLog447 (state_purge_per_ssa_name::add_to_worklist): Likewise.
452 (state_purge_per_decl::add_to_worklist): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dstate-purge.cc165 add_to_worklist (point, &worklist, in state_purge_per_ssa_name()
176 add_to_worklist (point, &worklist, map.get_logger ()); in state_purge_per_ssa_name()
188 add_to_worklist (point, &worklist, map.get_logger ()); in state_purge_per_ssa_name()
250 state_purge_per_ssa_name::add_to_worklist (const function_point &point, in add_to_worklist() function in state_purge_per_ssa_name
332 add_to_worklist in process_point()
348 add_to_worklist in process_point()
365 add_to_worklist (function_point::before_stmt in process_point()
375 add_to_worklist (function_point::before_supernode (snode, in process_point()
385 add_to_worklist in process_point()
396 add_to_worklist (function_point::before_supernode (snode, in process_point()
[all …]
H A Dstate-purge.h132 void add_to_worklist (const function_point &point,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dvtable-class-hierarchy.cc323 add_to_worklist (struct work_node **worklist, struct vtv_graph_node *node, in add_to_worklist() function
403 add_to_worklist (&worklist, cur->class_info, inserted); in vtv_compute_class_hierarchy_transitive_closure()
426 add_to_worklist (&worklist, temp_node->parents[i], inserted); in vtv_compute_class_hierarchy_transitive_closure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dvtable-class-hierarchy.c323 add_to_worklist (struct work_node **worklist, struct vtv_graph_node *node, in add_to_worklist() function
403 add_to_worklist (&worklist, cur->class_info, inserted); in vtv_compute_class_hierarchy_transitive_closure()
426 add_to_worklist (&worklist, temp_node->parents[i], inserted); in vtv_compute_class_hierarchy_transitive_closure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dce.c130 mark_stmt_necessary (gimple *stmt, bool add_to_worklist) in mark_stmt_necessary() argument
145 if (add_to_worklist) in mark_stmt_necessary()
147 if (add_to_worklist && bb_contains_live_stmts && !is_gimple_debug (stmt)) in mark_stmt_necessary()
H A Dtree-ssa-tail-merge.c703 add_to_worklist (same_succ *same) in add_to_worklist() function
746 add_to_worklist (same); in find_same_succ_bb()
753 add_to_worklist (*slot); in find_same_succ_bb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-tail-merge.cc703 add_to_worklist (same_succ *same) in add_to_worklist() function
746 add_to_worklist (same); in find_same_succ_bb()
753 add_to_worklist (*slot); in find_same_succ_bb()
H A Dtree-ssa-dce.cc131 mark_stmt_necessary (gimple *stmt, bool add_to_worklist) in mark_stmt_necessary() argument
146 if (add_to_worklist) in mark_stmt_necessary()
148 if (add_to_worklist && bb_contains_live_stmts && !is_gimple_debug (stmt)) in mark_stmt_necessary()
H A DChangeLog-200621910 (add_to_worklist): Ditto.
H A DChangeLog-200710713 (add_to_worklist): Ditto.
H A DChangeLog-201110590 (print_worklist, add_to_worklist, find_same_succ_bb, find_same_succ)