| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-phiprop.cc | 98 tree vuse; member in struct:phiprop_d 107 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; local 113 gcc_assert (vuse != NULL_TREE); 115 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) 196 tree vuse = NULL_TREE; local 201 vuse = PHI_ARG_DEF_FROM_EDGE (vphi, e); 203 vuse = gimple_vuse (use_stmt); 208 to split the existing VUSE lifetime. Leave that to 220 if (vuse) 341 tree vuse; local [all...] |
| tree-ssa-sccvn.h | 133 the vuse, representing the memory state at the time of 145 tree vuse; member in struct:vn_reference_s
|
| tree-ssa-operands.cc | 71 i.e., if a stmt had a VUSE of 'a_5', and 'a' occurs in the new 72 operand vector for VUSE, then the new vector will also be modified 89 generate a USE of 'i' but it should not generate a VUSE for 'a' nor a 90 VUSE for 'b'. */ 132 /* The built VUSE operand. */ 160 /* Add VAR to the set of variables that require a VUSE operator. */ 186 escape, add them to the VDEF/VUSE lists for it. */ 433 /* Pre-pend the VUSE we may have built. */ 451 /* Clear a no longer necessary VUSE. */ 466 /* If we added a VUSE, make sure to set the operand if it is not alread 1370 tree vuse = gimple_vuse (stmt); local [all...] |
| gimple-pretty-print.cc | 2630 tree vuse = gimple_vuse (gs); local 2637 dump_generic_node (buffer, vuse, spc + 2, flags, false); 2641 else if (vuse != NULL_TREE) 2643 pp_string (buffer, "# VUSE <"); 2644 dump_generic_node (buffer, vuse, spc + 2, flags, false);
|
| tree-ssa-dce.cc | 819 /* Propagate through the operands. Examine all the USE, VUSE and 891 /* For statements that may load from memory (have a VUSE) we 1047 tree vuse = gimple_phi_arg_def (phi, 0); local 1054 SET_USE (use_p, vuse); 1056 && TREE_CODE (vuse) == SSA_NAME) 1057 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (vuse) = 1;
|
| tree-ssa-loop-manip.cc | 458 tree vuse = gimple_vuse (stmt); local 459 if (vuse != NULL_TREE)
|
| tree-ssa.cc | 681 tree vuse = gimple_vuse (stmt); local 682 if (vuse) 684 if (vuse != current_vdef) 686 error ("stmt with wrong VUSE"); 716 error ("PHI node with wrong VUSE on edge from BB %d",
|
| tree-vect-data-refs.cc | 628 the instructions to and computes what the new vUSE chain should be. 806 "marked statement for vUSE update: %G", stmt); 848 tree vuse = gimple_vuse (LOOP_VINFO_EARLY_BRK_VUSES (loop_vinfo).last ()); local 853 "will update use: %T, mem_ref: %G", vuse, g); 6147 tree vuse = NULL_TREE; 6152 vuse = PHI_ARG_DEF_FROM_EDGE (vphi, pe); 6154 if (!vuse) 6155 vuse = gimple_vuse (gsi_stmt (*gsi)); 6190 gimple_set_vuse (new_stmt, vuse);
|
| tree-ssa-loop-split.cc | 901 tree vuse = worklist.pop (); local 902 gimple *stmt = SSA_NAME_DEF_STMT (vuse);
|
| tree-ssa-pre.cc | 1069 if (ref->vuse) 1072 print_generic_expr (outfile, ref->vuse); 1223 /* Translate the VUSE backwards through phi nodes in E->dest, so that 1225 in case the new vuse doesn't change the value id of the OPERANDS. */ 1230 tree type, tree vuse, edge e, bool *same_valid) 1233 gimple *phi = SSA_NAME_DEF_STMT (vuse); 1244 return vuse; 1247 prune_clobbered_mems but we have not rewritten the VUSE to the one 1249 through return the VUSE live at entry. Otherwise the VUSE to translat 1522 tree vuse = ref->vuse; local 1844 tree vuse = PRE_EXPR_REFERENCE (expr)->vuse; local [all...] |
| tree-ssa-strlen.cc | 284 bool count_nonzero_bytes (tree exp, tree vuse, 291 bool count_nonzero_bytes_addr (tree exp, tree vuse, 1784 tree vuse, callee, len; local 1796 vuse = gimple_vuse (stmt); 1797 if (vuse == NULL_TREE 1798 || SSA_NAME_DEF_STMT (vuse) != last.stmt 1799 || !has_single_use (vuse)) 4547 bytes in the representation of EXP at memory state VUSE and set 4562 strlen_pass::count_nonzero_bytes (tree exp, tree vuse, gimple *stmt, 4582 return count_nonzero_bytes (exp, vuse, stmt [all...] |
| tree-parloops.cc | 3892 tree vuse = ssa_default_def (cfun, gimple_vop (cfun)); local 3893 gimple_set_vuse (gang_single, vuse); 3934 tree vuse = gimple_vuse (stmt); local 3939 add_phi_arg (new_phi, vuse, e3, UNKNOWN_LOCATION);
|
| tree-ssa-forwprop.cc | 1204 tree vuse = gimple_vuse (stmt2); local 1205 if (vuse == NULL) 1207 stmt1 = SSA_NAME_DEF_STMT (vuse);
|
| tree-ssa-loop-im.cc | 1367 /* The new VUSE is the one from the virtual PHI in the loop 2526 tree vuse = gimple_phi_arg_def (phi, i); local 2536 eret = sm_seq_valid_bb (loop, e->src, vuse, edge_seq,
|
| tree-ssa-phiopt.cc | 3777 /* Return TRUE if STMT has a VUSE whose corresponding VDEF is in BB. */ 3782 tree vuse = gimple_vuse (stmt); local 3785 if (!vuse) 3788 def = SSA_NAME_DEF_STMT (vuse);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-phiprop.cc | 97 tree vuse; member in struct:phiprop_d 106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; local 112 gcc_assert (vuse != NULL_TREE); 114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) 325 tree vuse; local 355 vuse = gimple_vuse (use_stmt); 356 def_stmt = SSA_NAME_DEF_STMT (vuse); 357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) 387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) [all...] |
| tree-ssa-sccvn.h | 133 the vuse, representing the memory state at the time of 145 tree vuse; member in struct:vn_reference_s
|
| tree-ssa-operands.cc | 71 i.e., if a stmt had a VUSE of 'a_5', and 'a' occurs in the new 72 operand vector for VUSE, then the new vector will also be modified 89 generate a USE of 'i' but it should not generate a VUSE for 'a' nor a 90 VUSE for 'b'. */ 132 /* The built VUSE operand. */ 160 /* Add VAR to the set of variables that require a VUSE operator. */ 186 escape, add them to the VDEF/VUSE lists for it. */ 433 /* Pre-pend the VUSE we may have built. */ 451 /* Clear a no longer necessary VUSE. */ 466 /* If we added a VUSE, make sure to set the operand if it is not alread 1371 tree vuse = gimple_vuse (stmt); local [all...] |
| gimple-pretty-print.cc | 2631 tree vuse = gimple_vuse (gs); local 2638 dump_generic_node (buffer, vuse, spc + 2, flags, false); 2642 else if (vuse != NULL_TREE) 2644 pp_string (buffer, "# VUSE <"); 2645 dump_generic_node (buffer, vuse, spc + 2, flags, false);
|
| tree-ssa-dce.cc | 805 /* Propagate through the operands. Examine all the USE, VUSE and 877 /* For statements that may load from memory (have a VUSE) we 1032 tree vuse = gimple_phi_arg_def (phi, 0); local 1039 SET_USE (use_p, vuse); 1041 && TREE_CODE (vuse) == SSA_NAME) 1042 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (vuse) = 1;
|
| tree-ssa.cc | 689 tree vuse = gimple_vuse (stmt); local 690 if (vuse) 692 if (vuse != current_vdef) 694 error ("stmt with wrong VUSE"); 724 error ("PHI node with wrong VUSE on edge from BB %d",
|
| tree-ssa-loop-manip.cc | 435 tree vuse = gimple_vuse (stmt); local 436 if (vuse != NULL_TREE)
|
| tree-ssa-loop-split.cc | 791 tree vuse = worklist.pop (); local 792 gimple *stmt = SSA_NAME_DEF_STMT (vuse);
|
| tree-ssa-phiopt.cc | 3606 /* Return TRUE if STMT has a VUSE whose corresponding VDEF is in BB. */ 3611 tree vuse = gimple_vuse (stmt); local 3614 if (!vuse) 3617 def = SSA_NAME_DEF_STMT (vuse);
|
| tree-ssa-strlen.cc | 1797 tree vuse, callee, len; local 1809 vuse = gimple_vuse (stmt); 1810 if (vuse == NULL_TREE 1811 || SSA_NAME_DEF_STMT (vuse) != last.stmt 1812 || !has_single_use (vuse)) 5687 tree vuse = gimple_phi_arg_def (phi, i); 5688 gimple *stmt = SSA_NAME_DEF_STMT (vuse); 5711 vuse = gimple_vuse (stmt); 5712 stmt = SSA_NAME_DEF_STMT (vuse);
|