Searched refs:decrease_profile (Results 1 – 2 of 2) sorted by relevance
673 decrease_profile (basic_block bb, gcov_type count, int frequency) in decrease_profile() function760 decrease_profile (EXIT_BLOCK_PTR, e->count, EDGE_FREQUENCY (e)); in eliminate_tail_call()761 decrease_profile (ENTRY_BLOCK_PTR, e->count, EDGE_FREQUENCY (e)); in eliminate_tail_call()763 decrease_profile (e->dest, e->count, EDGE_FREQUENCY (e)); in eliminate_tail_call()
10314 * tree-tailcall.c (decrease_profile): New function.