Home
last modified time | relevance | path

Searched refs:to_update_switch_stmts (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.h148 vec<switch_update> to_update_switch_stmts; variable
H A Dvr-values.c1957 to_update_switch_stmts = vNULL; in vr_values()
1979 && to_update_switch_stmts.is_empty ()); in ~vr_values()
3876 to_update_switch_stmts.safe_push (su); in simplify_switch_using_ranges()
3893 FOR_EACH_VEC_ELT (to_update_switch_stmts, i, su) in cleanup_edges_and_switches()
3916 to_update_switch_stmts.release (); in cleanup_edges_and_switches()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.h86 vec<switch_update> to_update_switch_stmts; variable
H A Dvr-values.cc3892 to_update_switch_stmts.safe_push (su); in simplify_switch_using_ranges()
3915 FOR_EACH_VEC_ELT (to_update_switch_stmts, i, su) in cleanup_edges_and_switches()
3938 to_update_switch_stmts.release (); in cleanup_edges_and_switches()
4216 to_update_switch_stmts = vNULL; in simplify_using_ranges()
H A DChangeLog-20189856 to_update_switch_stmts to vNULL instead of calling create on them
10119 * tree-vrp.c (to_remove_edges, to_update_switch_stmts): Moved into
10123 to_update_switch_stmts into vr_values class member functions.
10125 (to_update_switch_stmts): Likewise.
10128 to_update_switch_stmts.
10130 to_update_switch_stmts are empty.
H A DChangeLog-202018578 Remove uses of to_remove_edges and to_update_switch_stmts.
18580 to_update_switch_stmts.
H A DChangeLog-20176808 (to_remove_edges, to_update_switch_stmts): Provide externs.
6823 (to_remove_edges, to_update_switch_stmts): Likewise.
H A DChangeLog-200823351 (to_remove_edges, to_update_switch_stmts): New VECs.