Home
last modified time | relevance | path

Searched refs:estimate_size_after_inlining (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-inline.h44 int estimate_size_after_inlining (struct cgraph_node *, struct cgraph_edge *);
H A Dipa-inline-analysis.c293 estimate_size_after_inlining (struct cgraph_node *node, in estimate_size_after_inlining() function
H A Dipa-inline.c185 newsize = estimate_size_after_inlining (to, e); in caller_growth_limits()
1476 if (estimate_size_after_inlining (node, edge) >= limit) in recursive_inlining()
1507 if (estimate_size_after_inlining (node, curr) > limit) in recursive_inlining()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-inline.h169 int estimate_size_after_inlining (struct cgraph_node *, struct cgraph_edge *);
H A Dipa-inline.c176 newsize = estimate_size_after_inlining (to, e); in caller_growth_limits()
1189 if (estimate_size_after_inlining (node, edge) >= limit) in recursive_inlining()
1211 if (estimate_size_after_inlining (node, curr) > limit) in recursive_inlining()
H A Dipa-inline-analysis.c2822 estimate_size_after_inlining (struct cgraph_node *node, in estimate_size_after_inlining() function