Home
last modified time | relevance | path

Searched refs:df_in_progress (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddce.c47 static bool df_in_progress = false; variable
131 && (!df_in_progress) in deletable_insn_p()
229 && !df_in_progress in mark_insn()
674 if (!df_in_progress && ACCUMULATE_OUTGOING_ARGS) in prescan_insns_for_dce()
756 if (!df_in_progress) in init_dce()
1241 df_in_progress = true; in run_fast_df_dce()
1243 df_in_progress = false; in run_fast_df_dce()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddce.cc47 static bool df_in_progress = false; variable
131 && (!df_in_progress) in deletable_insn_p()
229 && !df_in_progress in mark_insn()
674 if (!df_in_progress && ACCUMULATE_OUTGOING_ARGS) in prescan_insns_for_dce()
756 if (!df_in_progress) in init_dce()
1241 df_in_progress = true; in run_fast_df_dce()
1243 df_in_progress = false; in run_fast_df_dce()
H A DChangeLog.dataflow722 (rest_of_handle_fast_dce): Call fini_dce, and clear df_in_progress.
H A DChangeLog-20074113 (rest_of_handle_ud_dce): Do not modify df_in_progress.
4115 (rest_of_handle_fast_dce): Do not modify df_in_progress.
4116 (run_fast_df_dce): Reset df_in_progress to false on exit.
H A DChangeLog-200819875 * dce.c (deletable_insn_p): Do not delete calls if df_in_progress.