Lines Matching refs:new_entry
1141 stack_entry new_entry; in find_split_points() local
1143 new_entry.bb = dest; in find_split_points()
1144 new_entry.edge_num = 0; in find_split_points()
1145 new_entry.overall_time in find_split_points()
1147 new_entry.overall_size in find_split_points()
1149 new_entry.earliest = INT_MAX; in find_split_points()
1150 new_entry.set_ssa_names = BITMAP_ALLOC (NULL); in find_split_points()
1151 new_entry.used_ssa_names = BITMAP_ALLOC (NULL); in find_split_points()
1152 new_entry.bbs_visited = BITMAP_ALLOC (NULL); in find_split_points()
1153 new_entry.non_ssa_vars = BITMAP_ALLOC (NULL); in find_split_points()
1154 new_entry.can_split = true; in find_split_points()
1155 bitmap_set_bit (new_entry.bbs_visited, dest->index); in find_split_points()
1156 stack.safe_push (new_entry); in find_split_points()