Home
last modified time | relevance | path

Searched refs:references_to_redirect (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmultiple_target.cc109 auto_vec<ipa_ref> references_to_redirect; in create_dispatcher_calls() local
113 references_to_redirect.safe_push (*ref); in create_dispatcher_calls()
121 if (!edges_to_redirect.is_empty () || !references_to_redirect.is_empty ()) in create_dispatcher_calls()
133 FOR_EACH_VEC_ELT (references_to_redirect, i, ref) in create_dispatcher_calls()
H A DChangeLog-201932011 references_to_redirect from vector of ipa_ref * to vector of ipa_ref.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmultiple_target.c109 auto_vec<ipa_ref> references_to_redirect; in create_dispatcher_calls() local
113 references_to_redirect.safe_push (*ref); in create_dispatcher_calls()
121 if (!edges_to_redirect.is_empty () || !references_to_redirect.is_empty ()) in create_dispatcher_calls()
133 FOR_EACH_VEC_ELT (references_to_redirect, i, ref) in create_dispatcher_calls()