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

/haiku-buildtools/gcc/gcc/
H A Dipa-prop.c515 ipa_get_bb_info (struct ipa_func_body_info *fbi, basic_block bb) argument
517 gcc_checking_assert (fbi);
518 return &fbi->bb_infos[bb->index];
790 aa_overwalked (struct ipa_func_body_info *fbi) argument
792 gcc_checking_assert (fbi);
793 return fbi->aa_walked > (unsigned) PARAM_VALUE (PARAM_IPA_MAX_AA_STEPS);
800 find_dominating_aa_status (struct ipa_func_body_info *fbi, basic_block bb, argument
808 struct ipa_bb_info *bi = ipa_get_bb_info (fbi, bb);
820 parm_bb_aa_status_for_bb (struct ipa_func_body_info *fbi, basic_block bb, argument
823 gcc_checking_assert (fbi);
850 parm_preserved_before_stmt_p(struct ipa_func_body_info *fbi, int index, gimple stmt, tree parm_load) argument
889 load_from_unmodified_param(struct ipa_func_body_info *fbi, vec<ipa_param_descriptor> descriptors, gimple stmt) argument
916 parm_ref_data_preserved_p(struct ipa_func_body_info *fbi, int index, gimple stmt, tree ref) argument
955 parm_ref_data_pass_through_p(struct ipa_func_body_info *fbi, int index, gimple call, tree parm) argument
995 ipa_load_from_parm_agg(struct ipa_func_body_info *fbi, vec<ipa_param_descriptor> descriptors, gimple stmt, tree op, int *index_p, HOST_WIDE_INT *offset_p, HOST_WIDE_INT *size_p, bool *by_ref_p) argument
1120 compute_complex_assign_jump_func(struct ipa_func_body_info *fbi, struct ipa_node_params *info, struct ipa_jump_func *jfunc, gcall *call, gimple stmt, tree name, tree param_type) argument
1262 compute_complex_ancestor_jump_func(struct ipa_func_body_info *fbi, struct ipa_node_params *info, struct ipa_jump_func *jfunc, gcall *call, gphi *phi) argument
1647 ipa_compute_jump_functions_for_edge(struct ipa_func_body_info *fbi, struct cgraph_edge *cs) argument
1771 ipa_compute_jump_functions_for_bb(struct ipa_func_body_info *fbi, basic_block bb) argument
1934 ipa_analyze_indirect_call_uses(struct ipa_func_body_info *fbi, gcall *call, tree target) argument
2072 ipa_analyze_virtual_call_uses(struct ipa_func_body_info *fbi, gcall *call, tree target) argument
2129 ipa_analyze_call_uses(struct ipa_func_body_info *fbi, gcall *call) argument
2175 ipa_analyze_stmt_uses(struct ipa_func_body_info *fbi, gimple stmt) argument
2208 ipa_analyze_params_uses_in_bb(struct ipa_func_body_info *fbi, basic_block bb) argument
2290 analysis_dom_walker(struct ipa_func_body_info *fbi) argument
2313 struct ipa_func_body_info fbi; local
5132 ipcp_modif_dom_walker(struct ipa_func_body_info *fbi, vec<ipa_param_descriptor> descs, struct ipa_agg_replacement_value *av, bool *sc, bool *cc) argument
5300 struct ipa_func_body_info fbi; local
[all...]
H A Dipa-inline-analysis.c1624 unmodified_parm_or_parm_agg_item (struct ipa_func_body_info *fbi, argument
1634 *index_p = ipa_get_param_decl_index (fbi->info, res);
1650 return unmodified_parm_or_parm_agg_item (fbi, stmt, op, index_p, size_p,
1655 return ipa_load_from_parm_agg (fbi, fbi->info->descriptors,
1796 set_cond_stmt_execution_predicate (struct ipa_func_body_info *fbi, argument
1820 if (unmodified_parm_or_parm_agg_item (fbi, last, op, &index, &size, &aggpos))
1863 if (!unmodified_parm_or_parm_agg_item (fbi, set_stmt, op2, &index, &size,
1880 set_switch_stmt_execution_predicate (struct ipa_func_body_info *fbi, argument
1899 if (!unmodified_parm_or_parm_agg_item (fbi, las
1942 compute_bb_predicates(struct ipa_func_body_info *fbi, struct cgraph_node *node, struct inline_summary *summary) argument
2086 will_be_nonconstant_predicate(struct ipa_func_body_info *fbi, struct inline_summary *summary, gimple stmt, vec<predicate_t> nonconstant_names) argument
2538 struct ipa_func_body_info fbi; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c2119 register int fbi, i;
2127 for (fbi = 0; info_loaded_files && info_loaded_files[fbi]; fbi++)
2133 fb = info_loaded_files[fbi];
2116 register int fbi, i; local

Completed in 176 milliseconds