/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | state-purge.cc | 366 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 D | state-purge.h | 173 void add_to_worklist (const function_point &point, 210 void add_to_worklist (const function_point &point,
|
H A D | ChangeLog | 447 (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 D | state-purge.cc | 165 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 D | state-purge.h | 132 void add_to_worklist (const function_point &point,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | vtable-class-hierarchy.cc | 323 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 D | vtable-class-hierarchy.c | 323 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 D | tree-ssa-dce.c | 130 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 D | tree-ssa-tail-merge.c | 703 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 D | tree-ssa-tail-merge.cc | 703 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 D | tree-ssa-dce.cc | 131 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 D | ChangeLog-2006 | 21910 (add_to_worklist): Ditto.
|
H A D | ChangeLog-2007 | 10713 (add_to_worklist): Ditto.
|
H A D | ChangeLog-2011 | 10590 (print_worklist, add_to_worklist, find_same_succ_bb, find_same_succ)
|