Home
last modified time | relevance | path

Searched refs:current_badness (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDipa-inline.c1878 sreal current_badness; in inline_small_functions() local
1919 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()
/dragonfly/contrib/gcc-4.7/gcc/
HDipa-inline.c1398 int current_badness; in inline_small_functions() local
1418 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()