Searched refs:to_update_switch_stmts (Results 1 – 8 of 8) sorted by relevance
148 vec<switch_update> to_update_switch_stmts; variable
1957 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()
86 vec<switch_update> to_update_switch_stmts; variable
3892 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()
9856 to_update_switch_stmts to vNULL instead of calling create on them10119 * tree-vrp.c (to_remove_edges, to_update_switch_stmts): Moved into10123 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.
18578 Remove uses of to_remove_edges and to_update_switch_stmts.18580 to_update_switch_stmts.
6808 (to_remove_edges, to_update_switch_stmts): Provide externs.6823 (to_remove_edges, to_update_switch_stmts): Likewise.
23351 (to_remove_edges, to_update_switch_stmts): New VECs.