/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-split.cc | 251 tree init, next, new_init; in connect_loop_phis() local 267 new_init = copy_ssa_name (next); in connect_loop_phis() 271 new_init = copy_ssa_name (init); in connect_loop_phis() 274 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, in connect_loop_phis() 277 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, in connect_loop_phis() 280 gphi * newphi = create_phi_node (new_init, rest); in connect_loop_phis() 283 SET_USE (op, new_init); in connect_loop_phis()
|
H A D | tree-ssa-loop-manip.cc | 1352 tree new_init; in tree_transform_and_unroll_loop() local 1356 new_init = copy_ssa_name (next); in tree_transform_and_unroll_loop() 1360 new_init = copy_ssa_name (init); in tree_transform_and_unroll_loop() 1363 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, in tree_transform_and_unroll_loop() 1366 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, in tree_transform_and_unroll_loop() 1369 gphi *phi_rest = create_phi_node (new_init, rest); in tree_transform_and_unroll_loop() 1372 SET_USE (op, new_init); in tree_transform_and_unroll_loop()
|
H A D | tree-scalar-evolution.cc | 1566 tree new_init = res; in interpret_loop_phi() local 1569 new_init = fold_convert (TREE_TYPE (res), in interpret_loop_phi() 1572 new_init = CHREC_LEFT (res); in interpret_loop_phi() 1573 STRIP_USELESS_TYPE_CONVERSION (new_init); in interpret_loop_phi() 1574 if (TREE_CODE (new_init) == POLYNOMIAL_CHREC in interpret_loop_phi() 1575 || !operand_equal_p (init_cond, new_init, 0)) in interpret_loop_phi()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-split.c | 251 tree init, next, new_init; in connect_loop_phis() local 267 new_init = copy_ssa_name (next); in connect_loop_phis() 271 new_init = copy_ssa_name (init); in connect_loop_phis() 274 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, in connect_loop_phis() 277 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, in connect_loop_phis() 280 gphi * newphi = create_phi_node (new_init, rest); in connect_loop_phis() 283 SET_USE (op, new_init); in connect_loop_phis()
|
H A D | tree-ssa-loop-manip.c | 1244 tree init, next, new_init; in tree_transform_and_unroll_loop() local 1351 new_init = copy_ssa_name (next); in tree_transform_and_unroll_loop() 1355 new_init = copy_ssa_name (init); in tree_transform_and_unroll_loop() 1357 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, "unrinittmp"); in tree_transform_and_unroll_loop() 1359 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, "unrinittmp"); in tree_transform_and_unroll_loop() 1361 phi_rest = create_phi_node (new_init, rest); in tree_transform_and_unroll_loop() 1365 SET_USE (op, new_init); in tree_transform_and_unroll_loop()
|
H A D | tree-scalar-evolution.c | 1566 tree new_init = res; in interpret_loop_phi() local 1569 new_init = fold_convert (TREE_TYPE (res), in interpret_loop_phi() 1572 new_init = CHREC_LEFT (res); in interpret_loop_phi() 1573 STRIP_USELESS_TYPE_CONVERSION (new_init); in interpret_loop_phi() 1574 if (TREE_CODE (new_init) == POLYNOMIAL_CHREC in interpret_loop_phi() 1575 || !operand_equal_p (init_cond, new_init, 0)) in interpret_loop_phi()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 6472 tree new_init; in reshape_init_array_1() local 6486 new_init = first_initializer_p; in reshape_init_array_1() 6488 new_init = build_constructor (init_list_type_node, NULL); in reshape_init_array_1() 6494 return new_init; in reshape_init_array_1() 6512 CONSTRUCTOR_IS_DESIGNATED_INIT (new_init) = true; in reshape_init_array_1() 6526 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), in reshape_init_array_1() 6529 TREE_CONSTANT (new_init) = false; in reshape_init_array_1() 6536 return new_init; in reshape_init_array_1() 6612 tree new_init; in reshape_init_class() local 6617 new_init = build_constructor (init_list_type_node, NULL); in reshape_init_class() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 6073 tree new_init; in reshape_init_array_1() local 6087 new_init = first_initializer_p; in reshape_init_array_1() 6089 new_init = build_constructor (init_list_type_node, NULL); in reshape_init_array_1() 6095 return new_init; in reshape_init_array_1() 6125 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), in reshape_init_array_1() 6128 TREE_CONSTANT (new_init) = false; in reshape_init_array_1() 6135 return new_init; in reshape_init_array_1() 6196 tree new_init; in reshape_init_class() local 6201 new_init = build_constructor (init_list_type_node, NULL); in reshape_init_class() 6217 return new_init; in reshape_init_class() [all …]
|