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

  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
access-utils.h 240 last_def (def_node *node) function in namespace:rtl_ssa
249 last_def (def_mux mux) function in namespace:rtl_ssa
251 return mux.last_def ();
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
access-utils.h 289 last_def (def_node *node) function in namespace:rtl_ssa
298 last_def (def_mux mux) function in namespace:rtl_ssa
300 return mux.last_def ();
  /src/external/gpl3/gcc/dist/gcc/
loop-iv.cc 822 LAST_DEF is the definition of REG that dominates loop latch. */
825 get_biv_step (df_ref last_def, scalar_int_mode outer_mode, rtx reg,
829 if (!get_biv_step_1 (last_def, outer_mode, reg,
888 df_ref last_def; local
905 if (!latch_dominating_def (def, &last_def))
912 if (!last_def)
922 if (!get_biv_step (last_def, outer_mode, def, &inner_step, &inner_mode,
1243 df_ref def, last_def; local
1250 if (!latch_dominating_def (reg, &last_def))
1252 if (last_def != def
    [all...]
gimple-ssa-store-merging.cc 4835 tree last_def; local
4837 last_def = NULL_TREE;
4839 last_def = gimple_phi_arg_def (phi, last_edge->dest_idx);
4840 last_defs.safe_push (last_def);
  /src/external/gpl3/gcc.old/dist/gcc/
loop-iv.cc 795 LAST_DEF is the definition of REG that dominates loop latch. */
798 get_biv_step (df_ref last_def, scalar_int_mode outer_mode, rtx reg,
802 if (!get_biv_step_1 (last_def, outer_mode, reg,
861 df_ref last_def; local
878 if (!latch_dominating_def (def, &last_def))
885 if (!last_def)
895 if (!get_biv_step (last_def, outer_mode, def, &inner_step, &inner_mode,
1216 df_ref def, last_def; local
1223 if (!latch_dominating_def (reg, &last_def))
1225 if (last_def != def
    [all...]
gimple-ssa-store-merging.cc 4731 tree last_def; local
4733 last_def = NULL_TREE;
4735 last_def = gimple_phi_arg_def (phi, last_edge->dest_idx);
4736 last_defs.safe_push (last_def);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 1545 auto last_def = memory_access (insns[1]->defs ()); local
1546 for (; def != last_def; def = def->next_def ())

Completed in 50 milliseconds