| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-operands.cc | 129 /* The built VDEF operand. */ 157 /* Add VAR to the set of variables that require a VDEF operator. */ 186 escape, add them to the VDEF/VUSE lists for it. */ 391 /* Pre-pend the vdef we may have built. */ 402 /* Clear and unlink a no longer necessary VDEF. */ 414 /* If we have a non-SSA_NAME VDEF, mark it for renaming. */ 531 /* Add VAR to the set of variables that require a VDEF operator. */ 683 escape, add them to the VDEF/VUSE lists for it. */ 690 /* If aliases have been computed already, add VDEF or VUSE 1369 tree vdef = gimple_vdef (stmt) local [all...] |
| gimple-pretty-print.cc | 2629 tree vdef = gimple_vdef (gs); local 2632 if (vdef != NULL_TREE) 2635 dump_generic_node (buffer, vdef, spc + 2, flags, false); 2636 pp_string (buffer, " = VDEF <");
|
| tree-ssa-dce.cc | 119 /* True if we should treat any stmt with a vdef as necessary. */ 491 true whenever the defining statement of the current VDEF is 497 mark_aliased_reaching_defs_necessary_1 (ao_ref *ref, tree vdef, void *data) 499 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); 503 mark_operand_necessary (vdef); 580 tree vdef, void *data ATTRIBUTE_UNUSED) 582 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); 587 && bitmap_bit_p (processed, SSA_NAME_VERSION (vdef))) 632 mark_operand_necessary (vdef); 820 VDEF operands in this statement. Mark all the statement 1046 tree vdef = gimple_phi_result (phi); local [all...] |
| tree-ssa-dse.cc | 888 Look at all the immediate uses of the VDEF (which are obviously 1173 tree vdef = (gimple_code (def) == GIMPLE_PHI local 1188 else if (has_zero_uses (vdef)) 1202 else if (single_imm_use (vdef, &use_p, &use_stmt)
|
| tree-ssa.cc | 693 tree vdef = gimple_vdef (stmt); local 694 if (vdef) 696 current_vdef = vdef; 797 IS_VIRTUAL is true if SSA_NAME is created by a VDEF. */
|
| tree-loop-distribution.cc | 1328 tree vdef = gimple_vdef (stmt); local 1329 if (vdef && TREE_CODE (vdef) == SSA_NAME) 1330 mark_virtual_operand_for_renaming (vdef);
|
| tree-parloops.cc | 3933 tree vdef = gimple_vdef (stmt); local 3936 tree phi_res = copy_ssa_name (vdef); 3938 replace_uses_by (vdef, phi_res); 3940 add_phi_arg (new_phi, vdef, e2, UNKNOWN_LOCATION);
|
| tree-predcom.cc | 1475 tree vdef = entry_vuse; local 1478 gimple *def = SSA_NAME_DEF_STMT (vdef); 1487 vdef = gimple_vuse (def); 1489 while (vdef != gimple_vuse (init_stmt));
|
| tree-ssa-forwprop.cc | 1286 tree diff, vdef, new_str_cst; local 1386 vdef = gimple_vdef (stmt1); 1387 if (vdef != NULL 1388 && (!single_imm_use (vdef, &use_p, &use_stmt)
|
| tree-vect-stmts.cc | 1409 tree vdef = gimple_vdef (at_stmt); local 1416 if ((vdef && TREE_CODE (vdef) == SSA_NAME)
|
| gimple-fold.cc | 615 tree vdef; local 617 vdef = gimple_vdef (stmt); 619 vdef = make_ssa_name (gimple_vop (cfun), new_stmt); 620 gimple_set_vdef (new_stmt, vdef); 621 if (vdef && TREE_CODE (vdef) == SSA_NAME) 622 SSA_NAME_DEF_STMT (vdef) = new_stmt; 648 tree vdef = gimple_vdef (stmt); local 649 if (vdef 650 && TREE_CODE (vdef) == SSA_NAME 822 tree vdef = gimple_vdef (stmt); local 912 tree vdef = gimple_vdef (stmt); local [all...] |
| tree-ssa-sccvn.cc | 547 during elimination which will value-number the VDEF to the 1319 /* If 2 calls have a different non-ssa lhs, vdef value numbers should be 4167 vn_reference_insert (tree op, tree result, tree vuse, tree vdef) 4229 vr1->result_vdef = vdef; 5616 tree vdef = gimple_vdef (stmt); local 5629 && !vdef 5701 /* Walk the VUSE->VDEF chain optimistically trying to find an entry 5749 if (vdef) 5752 changed |= set_ssa_val_to (vdef, vnresult->result_vdef); 5754 /* If stmt has non-SSA_NAME lhs, value number the vdef to itself 5910 tree vdef = gimple_vdef (stmt); local 7043 tree vdef = gimple_vdef (stmt); local 7206 tree vdef = gimple_vdef (stmt); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-operands.cc | 129 /* The built VDEF operand. */ 157 /* Add VAR to the set of variables that require a VDEF operator. */ 186 escape, add them to the VDEF/VUSE lists for it. */ 391 /* Pre-pend the vdef we may have built. */ 402 /* Clear and unlink a no longer necessary VDEF. */ 414 /* If we have a non-SSA_NAME VDEF, mark it for renaming. */ 531 /* Add VAR to the set of variables that require a VDEF operator. */ 683 escape, add them to the VDEF/VUSE lists for it. */ 690 /* If aliases have been computed already, add VDEF or VUSE 1370 tree vdef = gimple_vdef (stmt) local [all...] |
| gimple-pretty-print.cc | 2630 tree vdef = gimple_vdef (gs); local 2633 if (vdef != NULL_TREE) 2636 dump_generic_node (buffer, vdef, spc + 2, flags, false); 2637 pp_string (buffer, " = VDEF <");
|
| tree-ssa-dce.cc | 119 /* True if we should treat any stmt with a vdef as necessary. */ 477 true whenever the defining statement of the current VDEF is 483 mark_aliased_reaching_defs_necessary_1 (ao_ref *ref, tree vdef, void *data) 485 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); 489 mark_operand_necessary (vdef); 566 tree vdef, void *data ATTRIBUTE_UNUSED) 568 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); 573 && bitmap_bit_p (processed, SSA_NAME_VERSION (vdef))) 618 mark_operand_necessary (vdef); 806 VDEF operands in this statement. Mark all the statement 1031 tree vdef = gimple_phi_result (phi); local [all...] |
| tree-ssa-dse.cc | 844 Look at all the immediate uses of the VDEF (which are obviously 1056 tree vdef = (gimple_code (def) == GIMPLE_PHI local 1070 else if (has_zero_uses (vdef)) 1084 else if (single_imm_use (vdef, &use_p, &use_stmt)
|
| tree-ssa.cc | 701 tree vdef = gimple_vdef (stmt); local 702 if (vdef) 704 current_vdef = vdef; 805 IS_VIRTUAL is true if SSA_NAME is created by a VDEF. */
|
| tree-loop-distribution.cc | 1290 tree vdef = gimple_vdef (stmt); local 1291 if (vdef && TREE_CODE (vdef) == SSA_NAME) 1292 mark_virtual_operand_for_renaming (vdef);
|
| tree-ssa-loop-manip.cc | 572 tree vdef = gimple_vdef (stmt); local 573 if (vdef != NULL) 574 find_uses_to_rename_def (vdef, use_blocks, need_phis);
|
| tree-parloops.cc | 3928 tree vdef = gimple_vdef (stmt); local 3931 tree phi_res = copy_ssa_name (vdef); 3933 replace_uses_by (vdef, phi_res); 3935 add_phi_arg (new_phi, vdef, e2, UNKNOWN_LOCATION);
|
| tree-predcom.cc | 1444 tree vdef = entry_vuse; local 1447 gimple *def = SSA_NAME_DEF_STMT (vdef); 1456 vdef = gimple_vuse (def); 1458 while (vdef != gimple_vuse (init_stmt));
|
| tree-ssa-forwprop.cc | 1278 tree diff, vdef, new_str_cst; local 1378 vdef = gimple_vdef (stmt1); 1379 if (vdef != NULL 1380 && (!single_imm_use (vdef, &use_p, &use_stmt)
|
| gimple-fold.cc | 616 tree vdef; local 618 vdef = gimple_vdef (stmt); 620 vdef = make_ssa_name (gimple_vop (cfun), new_stmt); 621 gimple_set_vdef (new_stmt, vdef); 622 if (vdef && TREE_CODE (vdef) == SSA_NAME) 623 SSA_NAME_DEF_STMT (vdef) = new_stmt; 649 tree vdef = gimple_vdef (stmt); local 650 if (vdef 651 && TREE_CODE (vdef) == SSA_NAME 823 tree vdef = gimple_vdef (stmt); local 915 tree vdef = gimple_vdef (stmt); local [all...] |
| tree-ssa-sccvn.cc | 541 during elimination which will value-number the VDEF to the 1291 /* If 2 calls have a different non-ssa lhs, vdef value numbers should be 3866 vn_reference_insert (tree op, tree result, tree vuse, tree vdef) 3887 vr1->result_vdef = vdef; 5200 tree vdef = gimple_vdef (stmt); local 5213 && !vdef 5285 /* Walk the VUSE->VDEF chain optimistically trying to find an entry 5333 if (vdef) 5336 changed |= set_ssa_val_to (vdef, vnresult->result_vdef); 5338 /* If stmt has non-SSA_NAME lhs, value number the vdef to itself 5489 tree vdef = gimple_vdef (stmt); local 6544 tree vdef = gimple_vdef (stmt); local 6704 tree vdef = gimple_vdef (stmt); local [all...] |
| tree-vect-stmts.cc | 1630 tree vdef = gimple_vdef (at_stmt); local 1637 if ((vdef && TREE_CODE (vdef) == SSA_NAME)
|