Searched refs:new_init (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| 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()
|
| 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()
|
| 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/dist/gcc/cp/ |
| 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 …]
|