Home
last modified time | relevance | path

Searched refs:TPA_NONE (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-ssa-live.h351 #define TPA_NONE -1 macro
412 if (index != TPA_NONE && index >= tpa_num_trees (tpa)) in tpa_find_tree()
415 index = TPA_NONE; in tpa_find_tree()
459 #define ROOT_VAR_NONE TPA_NONE
574 #define TYPE_VAR_NONE TPA_NONE
Dtree-ssa-live.c878 memset (tpa->next_partition, TPA_NONE, num_partitions * sizeof (int)); in tpa_init()
881 memset (tpa->partition_to_tree_map, TPA_NONE, num_partitions * sizeof (int)); in tpa_init()
907 for ( ; i != TPA_NONE; i = tpa_next_partition (tpa, i)) in tpa_remove_partition()
1378 if (first == TPA_NONE) in add_conflicts_if_valid()
1382 y != TPA_NONE; in add_conflicts_if_valid()
1527 if (i != (unsigned)TPA_NONE) in build_tree_conflict_graph()
1585 if (w != z || w == TPA_NONE || z == TPA_NONE) in coalesce_tpa_members()
1591 if (w == TPA_NONE) in coalesce_tpa_members()
1648 while (tpa_first_partition (tpa, x) != TPA_NONE) in coalesce_tpa_members()
1660 z != TPA_NONE; in coalesce_tpa_members()
[all …]