comparison gcc/ipa-ref.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
86 void ipa_remove_all_refering (struct ipa_ref_list *); 86 void ipa_remove_all_refering (struct ipa_ref_list *);
87 void ipa_dump_references (FILE *, struct ipa_ref_list *); 87 void ipa_dump_references (FILE *, struct ipa_ref_list *);
88 void ipa_dump_refering (FILE *, struct ipa_ref_list *); 88 void ipa_dump_refering (FILE *, struct ipa_ref_list *);
89 void ipa_clone_references (struct cgraph_node *, struct varpool_node *, struct ipa_ref_list *); 89 void ipa_clone_references (struct cgraph_node *, struct varpool_node *, struct ipa_ref_list *);
90 void ipa_clone_refering (struct cgraph_node *, struct varpool_node *, struct ipa_ref_list *); 90 void ipa_clone_refering (struct cgraph_node *, struct varpool_node *, struct ipa_ref_list *);
91 bool ipa_ref_cannot_lead_to_return (struct ipa_ref *);
91 92