Home
last modified time | relevance | path

Searched refs:anc_offset (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c2936 HOST_WIDE_INT anc_offset;
3003 anc_offset = ie->indirect_info->offset;
3075 context.offset_by (anc_offset);
3082 (t, ie->indirect_info->otr_type, anc_offset);
3090 anc_offset);
H A Dipa-prop.c2610 HOST_WIDE_INT anc_offset; in ipa_analyze_virtual_call_uses() local
2624 anc_offset = 0; in ipa_analyze_virtual_call_uses()
2636 expr = get_ancestor_addr_info (stmt, &obj, &anc_offset); in ipa_analyze_virtual_call_uses()
2643 call, anc_offset)) in ipa_analyze_virtual_call_uses()
2650 ii->offset = anc_offset; in ipa_analyze_virtual_call_uses()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc2739 HOST_WIDE_INT anc_offset; in ipa_analyze_virtual_call_uses() local
2753 anc_offset = 0; in ipa_analyze_virtual_call_uses()
2765 expr = get_ancestor_addr_info (stmt, &obj, &anc_offset); in ipa_analyze_virtual_call_uses()
2772 call, anc_offset)) in ipa_analyze_virtual_call_uses()
2779 ii->offset = anc_offset; in ipa_analyze_virtual_call_uses()
H A Dipa-cp.cc2993 HOST_WIDE_INT anc_offset; in ipa_get_indirect_edge_target_1() local
3060 anc_offset = ie->indirect_info->offset; in ipa_get_indirect_edge_target_1()
3132 context.offset_by (anc_offset); in ipa_get_indirect_edge_target_1()
3139 (t, ie->indirect_info->otr_type, anc_offset); in ipa_get_indirect_edge_target_1()
3147 anc_offset); in ipa_get_indirect_edge_target_1()
H A DChangeLog-201030874 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
H A DChangeLog-201129071 account anc_offset and otr_type from the indirect edge info.