Searched refs:cgraph_estimate_growth (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-inline.c372 cgraph_estimate_growth (struct cgraph_node *node) function
620 growth_for_all = cgraph_estimate_growth (edge->callee);
639 badness = cgraph_estimate_growth (edge->callee) * 256;
1065 cgraph_estimate_growth (edge->callee),
1115 if (not_good && growth > 0 && cgraph_estimate_growth (edge->callee) > 0)
1664 && cgraph_estimate_growth (e->callee) > allowed_growth)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-inline.c220 cgraph_estimate_growth (struct cgraph_node *node) function
383 int badness = cgraph_estimate_growth (edge->callee) * 256;
735 cgraph_estimate_growth (edge->callee),

Completed in 116 milliseconds