Searched refs:first_load (Results 1 – 6 of 6) sorted by relevance
75 struct elf_segment_map **first_load = NULL; in nacl_modify_segment_map() local96 if (first_load == NULL) in nacl_modify_segment_map()100 first_load = m; in nacl_modify_segment_map()113 for (prevseg = *first_load; in nacl_modify_segment_map()133 if (first_load != last_load && moved_headers) in nacl_modify_segment_map()137 struct elf_segment_map *first = *first_load; in nacl_modify_segment_map()139 *first_load = first->next; in nacl_modify_segment_map()
72 struct elf_segment_map **first_load = NULL; in nacl_modify_segment_map() local173 if (first_load == NULL) in nacl_modify_segment_map()174 first_load = m; in nacl_modify_segment_map()191 m = first_load; in nacl_modify_segment_map()219 if (last_load != NULL && first_load != last_load && first_load != headers) in nacl_modify_segment_map()222 struct elf_segment_map *first = *first_load; in nacl_modify_segment_map()224 *first_load = first->next; in nacl_modify_segment_map()
72 struct elf_segment_map **first_load = NULL; in nacl_modify_segment_map() local176 if (first_load == NULL) in nacl_modify_segment_map()180 first_load = m; in nacl_modify_segment_map()193 for (prevseg = *first_load; in nacl_modify_segment_map()214 if (first_load != last_load && moved_headers) in nacl_modify_segment_map()218 struct elf_segment_map *first = *first_load; in nacl_modify_segment_map()220 *first_load = first->next; in nacl_modify_segment_map()
473 gimple first_load, prev_first_load = NULL; in vect_build_slp_tree() local757 first_load = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt)); in vect_build_slp_tree()763 if (prev_first_load != first_load in vect_build_slp_tree()779 prev_first_load = first_load; in vect_build_slp_tree()781 if (first_load == stmt) in vect_build_slp_tree()807 first_load); in vect_build_slp_tree()1023 gimple first_load = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt)); in vect_supported_slp_permutation_p() local1042 if (GROUP_FIRST_ELEMENT (vinfo_for_stmt (scalar_stmt)) != first_load) in vect_supported_slp_permutation_p()1122 gimple stmt, first = NULL, other_node_first, load, next_load, first_load; in vect_supported_load_permutation_p() local1299 first_load = NULL; in vect_supported_load_permutation_p()[all …]
133 gimple first_load; member147 #define SLP_INSTANCE_FIRST_LOAD_STMT(S) (S)->first_load
645 gimple *first_load = NULL, *prev_first_load = NULL; in vect_build_slp_tree_1() local866 first_load = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt)); in vect_build_slp_tree_1()871 if (prev_first_load != first_load) in vect_build_slp_tree_1()887 prev_first_load = first_load; in vect_build_slp_tree_1()