Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-live.h81 #define NO_PARTITION -1 macro
144 if (part == NO_PARTITION) in version_to_var()
175 if (part == NO_PARTITION) in var_to_partition_to_var()
Dtree-outof-ssa.h62 gcc_assert (p != NO_PARTITION); in get_rtx_for_ssa_name()
Dtree-outof-ssa.cc566 if (var_to_partition (map, t) == NO_PARTITION) in queue_phi_copy_p()
593 if (p0 == NO_PARTITION) in eliminate_build()
896 && var_to_partition (map, arg) != NO_PARTITION) in rewrite_trees()
959 gcc_assert (version != NO_PARTITION); in set_parm_default_def_partition()
998 if (p != NO_PARTITION) in get_undefined_value_partitions()
Dtree-ssa-ter.cc212 if (p != NO_PARTITION) in new_temp_expr_table()
351 gcc_checking_assert (i != NO_PARTITION); in add_dependence()
681 if (partition != NO_PARTITION && tab->kill_list[partition]) in find_replaceable_in_bb()
Dtree-ssa-coalesce.cc762 if (p != NO_PARTITION) in live_track_clear_var()
775 if (p != NO_PARTITION) in live_track_live_p()
794 if (p == NO_PARTITION) in live_track_process_use()
815 if (p == NO_PARTITION) in live_track_process_def()
1354 if (z == NO_PARTITION) in attempt_coalesce()
Dtree-ssa-live.cc155 gcc_assert (p1 != NO_PARTITION); in var_union()
156 gcc_assert (p2 != NO_PARTITION); in var_union()
1106 if (p == NO_PARTITION) in set_var_live_on_entry()
1200 if (p == NO_PARTITION) in calculate_live_on_exit()
Dcfgexpand.cc269 if (part != NO_PARTITION) in set_rtl()
1422 gcc_assert (part != NO_PARTITION); in set_parm_rtl()
1496 if (part != NO_PARTITION) in expand_one_stack_var()
1546 gcc_assert (part != NO_PARTITION); in expand_one_ssa_partition()
1598 if (part == NO_PARTITION) in adjust_one_expanded_partition_var()
1627 if (part != NO_PARTITION) in expand_one_register_var()
5348 if (part == NO_PARTITION) in expand_debug_expr()
6776 if (part == NO_PARTITION) in execute()
DChangeLog.tree-ssa11412 * tree-ssa-live.h (NO_PARTITION): Define.
11415 (var_to_partition): Return NO_PARTITION if var is not in a partition.