Searched refs:current_badness (Results 1 – 2 of 2) sorted by relevance
1878 sreal current_badness; in inline_small_functions() local1919 current_badness = edge_badness (edge, false); in inline_small_functions()1920 gcc_assert (cached_badness == current_badness); in inline_small_functions()1921 gcc_assert (current_badness >= badness); in inline_small_functions()1924 current_badness = edge_badness (edge, false); in inline_small_functions()1926 current_badness = edge_badness (edge, false); in inline_small_functions()1928 if (current_badness != badness) in inline_small_functions()1930 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()1932 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()1936 badness = current_badness; in inline_small_functions()
1398 int current_badness; in inline_small_functions() local1418 current_badness = edge_badness (edge, false); in inline_small_functions()1419 gcc_assert (cached_badness == current_badness); in inline_small_functions()1420 gcc_assert (current_badness >= badness); in inline_small_functions()1421 if (current_badness != badness) in inline_small_functions()1423 edge->aux = fibheap_insert (heap, current_badness, edge); in inline_small_functions()