Searched refs:callee_info (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dipa-inline-analysis.c3350 struct inline_summary *callee_info,
3381 c = &(*callee_info->conds)[cond
3440 struct inline_summary *callee_info = inline_summaries->get (node); local
3444 callee_info->stack_frame_offset
3447 peak = callee_info->stack_frame_offset
3448 + callee_info->estimated_self_stack_size;
3512 struct inline_summary *callee_info,
3531 p = remap_predicate (info, callee_info,
3540 remap_edge_summaries (inlined_edge, e->callee, info, callee_info,
3553 p = remap_predicate (info, callee_info,
3349 remap_predicate(struct inline_summary *info, struct inline_summary *callee_info, struct predicate *p, vec<int> operand_map, vec<int> offset_map, clause_t possible_truths, struct predicate *toplev_predicate) argument
3509 remap_edge_summaries(struct cgraph_edge *inlined_edge, struct cgraph_node *node, struct inline_summary *info, struct inline_summary *callee_info, vec<int> operand_map, vec<int> offset_map, clause_t possible_truths, struct predicate *toplev_predicate) argument
3566 remap_hint_predicate(struct inline_summary *info, struct inline_summary *callee_info, struct predicate **hint, vec<int> operand_map, vec<int> offset_map, clause_t possible_truths, struct predicate *toplev_predicate) argument
3596 struct inline_summary *callee_info = inline_summaries->get (edge->callee); local
[all...]
H A Dipa-inline.c675 compute_uninlined_call_time (struct inline_summary *callee_info, argument
678 sreal uninlined_call_time = (sreal)callee_info->time;
1049 struct inline_summary *callee_info = inline_summaries->get (callee); local
1059 gcc_checking_assert (edge_time <= callee_info->time);
1060 gcc_checking_assert (growth <= callee_info->size);
1110 numerator = (compute_uninlined_call_time (callee_info, edge)
1120 overall_growth = callee_info->growth;
1139 && callee_info->single_caller
1202 compute_uninlined_call_time (callee_info, edge).to_double (),
1205 callee_info
[all...]
H A Dipa-cp.c1808 struct ipa_node_params *callee_info; local
1819 callee_info = IPA_NODE_REF (callee);
1823 parms_count = ipa_get_param_count (callee_info);
1840 ret |= set_all_contains_variable (ipa_get_parm_lattices (callee_info,
1850 ret |= set_all_contains_variable (ipa_get_parm_lattices (callee_info,
1862 dest_plats = ipa_get_parm_lattices (callee_info, i);
1878 ret |= set_all_contains_variable (ipa_get_parm_lattices (callee_info, i));

Completed in 204 milliseconds