Searched refs:new_init (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c1244 tree init, next, new_init; local
1351 new_init = copy_ssa_name (next);
1355 new_init = copy_ssa_name (init);
1357 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, "unrinittmp");
1359 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, "unrinittmp");
1361 phi_rest = create_phi_node (new_init, rest);
1365 SET_USE (op, new_init);
H A Dtree-ssa-loop-split.c251 tree init, next, new_init; local
267 new_init = copy_ssa_name (next);
271 new_init = copy_ssa_name (init);
274 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL,
277 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL,
280 gphi * newphi = create_phi_node (new_init, rest);
283 SET_USE (op, new_init);
H A Dtree-scalar-evolution.c1570 tree new_init = res;
1573 new_init = fold_convert (TREE_TYPE (res),
1576 new_init = CHREC_LEFT (res);
1577 STRIP_USELESS_TYPE_CONVERSION (new_init);
1578 if (TREE_CODE (new_init) == POLYNOMIAL_CHREC
1579 || !operand_equal_p (init_cond, new_init, 0))
1566 tree new_init = res; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-split.cc251 tree init, next, new_init; local
267 new_init = copy_ssa_name (next);
271 new_init = copy_ssa_name (init);
274 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL,
277 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL,
280 gphi * newphi = create_phi_node (new_init, rest);
283 SET_USE (op, new_init);
H A Dtree-ssa-loop-manip.cc1352 tree new_init; local
1356 new_init = copy_ssa_name (next);
1360 new_init = copy_ssa_name (init);
1363 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL,
1366 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL,
1369 gphi *phi_rest = create_phi_node (new_init, rest);
1372 SET_USE (op, new_init);
H A Dtree-scalar-evolution.cc1570 tree new_init = res;
1573 new_init = fold_convert (TREE_TYPE (res),
1576 new_init = CHREC_LEFT (res);
1577 STRIP_USELESS_TYPE_CONVERSION (new_init);
1578 if (TREE_CODE (new_init) == POLYNOMIAL_CHREC
1579 || !operand_equal_p (init_cond, new_init, 0))
1566 tree new_init = res; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc6484 tree new_init;
6498 new_init = first_initializer_p;
6500 new_init = build_constructor (init_list_type_node, NULL);
6506 return new_init;
6524 CONSTRUCTOR_IS_DESIGNATED_INIT (new_init) = true;
6538 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init),
6541 TREE_CONSTANT (new_init) = false;
6548 return new_init;
6624 tree new_init;
6629 new_init
6469 tree new_init; local
6609 tree new_init; local
7056 tree new_init; local
7093 tree new_init; local
7428 tree new_init = NULL_TREE; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c6085 tree new_init;
6099 new_init = first_initializer_p;
6101 new_init = build_constructor (init_list_type_node, NULL);
6107 return new_init;
6137 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init),
6140 TREE_CONSTANT (new_init) = false;
6147 return new_init;
6208 tree new_init;
6213 new_init = build_constructor (init_list_type_node, NULL);
6229 return new_init;
6073 tree new_init; local
6196 tree new_init; local
6548 tree new_init; local
6879 tree new_init = NULL_TREE; local
[all...]

Completed in 375 milliseconds