HomeSort by: relevance | last modified time | path
    Searched defs:last_vdef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 2969 tree last_vdef = NULL_TREE; local
2972 last_vdef = gimple_phi_result (vphi);
2976 last_vdef = gimple_vdef (gsi_stmt (gsi));
2995 PHI merging the uses can appear, update last_vdef from
2997 if (!last_vdef)
2998 last_vdef = gimple_phi_arg_def (vphi, 0);
3005 SET_USE (use_p, last_vdef);
3008 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (last_vdef) = 1;
3021 if (last_vdef)
3025 && USE_FROM_PTR (use_p) != last_vdef)
    [all...]
gimple-ssa-store-merging.cc 4317 tree last_vdef, new_vuse; local
4318 last_vdef = gimple_vdef (group->last_stmt);
4795 new_vdef = last_vdef;
4848 while (last_vdef != gimple_vuse (group->last_stmt))
4850 gimple *stmt = SSA_NAME_DEF_STMT (last_vdef);
4862 new_def = last_vdef;
4868 last_vdef = gimple_vuse (stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc 2727 tree last_vdef = NULL_TREE; local
2730 last_vdef = gimple_phi_result (vphi);
2734 last_vdef = gimple_vdef (gsi_stmt (gsi));
2753 PHI merging the uses can appear, update last_vdef from
2755 if (!last_vdef)
2756 last_vdef = gimple_phi_arg_def (vphi, 0);
2763 SET_USE (use_p, last_vdef);
2766 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (last_vdef) = 1;
2779 if (last_vdef)
2783 && USE_FROM_PTR (use_p) != last_vdef)
    [all...]
gimple-ssa-store-merging.cc 4213 tree last_vdef, new_vuse; local
4214 last_vdef = gimple_vdef (group->last_stmt);
4691 new_vdef = last_vdef;
4744 while (last_vdef != gimple_vuse (group->last_stmt))
4746 gimple *stmt = SSA_NAME_DEF_STMT (last_vdef);
4758 new_def = last_vdef;
4764 last_vdef = gimple_vuse (stmt);

Completed in 35 milliseconds