| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-manip.cc | 1200 tree new_init; local 1204 new_init = copy_ssa_name (next); 1208 new_init = copy_ssa_name (init); 1211 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, 1214 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, 1217 gphi *phi_rest = create_phi_node (new_init, rest); 1220 SET_USE (op, new_init);
|
| tree-ssa-loop-split.cc | 290 tree init, next, new_init; local 306 new_init = copy_ssa_name (next); 310 new_init = copy_ssa_name (init); 313 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, 316 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, 319 gphi * newphi = create_phi_node (new_init, rest); 322 SET_USE (op, new_init);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-scalar-evolution.cc | 1570 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
|
| tree-ssa-loop-manip.cc | 1352 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);
|
| tree-ssa-loop-split.cc | 251 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);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl.cc | 6832 tree new_init; 6846 new_init = first_initializer_p; 6848 new_init = build_constructor (init_list_type_node, NULL); 6854 return new_init; 6872 CONSTRUCTOR_IS_DESIGNATED_INIT (new_init) = true; 6886 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), 6889 TREE_CONSTANT (new_init) = false; 6896 return new_init; 6972 tree new_init; 6977 new_init = build_constructor (init_list_type_node, NULL) 6820 tree new_init; local 6960 tree new_init; local 7418 tree new_init; local 7455 tree new_init; local 7796 tree new_init = NULL_TREE; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl.cc | 6484 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 = build_constructor (init_list_type_node, NULL) 6472 tree new_init; local 6612 tree new_init; local 7059 tree new_init; local 7096 tree new_init; local 7431 tree new_init = NULL_TREE; local [all...] |