Searched refs:df_analyze_problem (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dce.c | 1167 df_analyze_problem (df_word_lr, all_blocks, postorder, n_blocks); in fast_dce() 1169 df_analyze_problem (df_lr, all_blocks, postorder, n_blocks); in fast_dce()
|
H A D | df-core.c | 1154 df_analyze_problem (struct dataflow *dflow, in df_analyze_problem() function 1223 df_analyze_problem (dflow, in df_analyze_1() 1228 df_analyze_problem (dflow, in df_analyze_1()
|
H A D | df.h | 970 extern void df_analyze_problem (struct dataflow *, bitmap, int *, int);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dce.cc | 1167 df_analyze_problem (df_word_lr, all_blocks, postorder, n_blocks); in fast_dce() 1169 df_analyze_problem (df_lr, all_blocks, postorder, n_blocks); in fast_dce()
|
H A D | df-core.cc | 1154 df_analyze_problem (struct dataflow *dflow, in df_analyze_problem() function 1223 df_analyze_problem (dflow, in df_analyze_1() 1228 df_analyze_problem (dflow, in df_analyze_1()
|
H A D | df.h | 970 extern void df_analyze_problem (struct dataflow *, bitmap, int *, int);
|
H A D | ChangeLog.dataflow | 639 * df-core.c (df_analyze_problem): Push and pop problem specific 1788 df_iterative_dataflow, df_analyze_problem): Removed single_pass parameter. 1789 (df_analyze_problem): Added checking for results of dataflow. 1844 df_analyze_problem and removed changed bitmap. 1986 df_analyze_problem, df_analyze, df_get_n_blocks, df_get_postorder, 2983 * df.core.c (df_init, df_finish1, df_analyze_problem, df_analyze): 3048 (df_analyze_problem): Set dflow->computed. 4027 (df_analyze_problem): Made public. 4028 * df.h (df_analyze_problem): Ditto. 4216 df_analyze_problem, df_analyze, df_get_bb_info,
|
H A D | ChangeLog-2006 | 12554 (df_analyze_problem): Added blocks_to_init parameter and made 19634 (df_analyze_problem): Likewise. 23146 df_iterative_dataflow, df_prune_to_subcfg, df_analyze_problem,
|
H A D | ChangeLog-2010 | 27458 * df-core.c (df_analyze_problem): Do verification after allocation.
|