Searched refs:life_analysis (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Drtl-factoring.c1399 life_analysis (PROP_DEATH_NOTES | PROP_SCAN_DEAD_CODE
1422 life_analysis (PROP_DEATH_NOTES | PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE);
H A Dbasic-block.h799 /* Flags for life_analysis and update_life_info. */
850 extern void life_analysis (int);
H A Dbt-load.c1482 life_analysis (0);
H A Dregmove.c2536 life_analysis (PROP_POSTRELOAD);
H A Dflow.c32 find_basic_blocks does this. Then life_analysis determines
44 ** life_analysis **
46 life_analysis is called immediately after find_basic_blocks.
89 ** Other actions of life_analysis **
91 life_analysis sets up the LOG_LINKS fields of insns because the
94 life_analysis deletes insns whose only effect is to store a value
97 life_analysis notices cases where a reference to a register as
106 life_analysis fills in certain vectors containing information about
110 life_analysis sets current_function_sp_is_unchanging if the function
115 Split out from life_analysis
357 life_analysis (int flags) function
[all...]
H A Dreg-stack.c3107 life_analysis (PROP_DEATH_NOTES);

Completed in 66 milliseconds