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

/freebsd-11.0-release/contrib/gcc/
H A Dipa-prop.h76 struct ipa_jump_func struct
147 struct ipa_jump_func *ipa_param_map;
172 struct ipa_jump_func *ipa_callsite_param (struct cgraph_edge *, int);
186 enum jump_func_type get_type (struct ipa_jump_func *);
187 union parameter_info *ipa_jf_get_info_type (struct ipa_jump_func *);
H A Dipa-prop.c345 /* Return the jump function (ipa_jump_func struct) for argument I of
347 struct ipa_jump_func *
360 /* Set field 'type' of jump function (ipa_jump_func struct) of argument I
369 /* Set FORMAL as 'info_type' field of jump function (ipa_jump_func struct)
379 jump function (ipa_jump_func struct) of argument I of callsite CS. */
391 XCNEWVEC (struct ipa_jump_func, ipa_callsite_param_count (cs));
500 get_type (struct ipa_jump_func *jf)
507 ipa_jf_get_info_type (struct ipa_jump_func *jf)
H A Dipa-cp.c74 The jump function info, ipa_jump_func, is defined in ipa_edge
580 struct ipa_jump_func *jump_func;
635 /* Print ipa_jump_func data structures to F. */
642 struct ipa_jump_func *jump_func;
893 struct ipa_jump_func *jump_func;

Completed in 59 milliseconds