HomeSort by: relevance | last modified time | path
    Searched defs:anc_offset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 2850 HOST_WIDE_INT anc_offset; local
2864 anc_offset = 0;
2876 expr = get_ancestor_addr_info (stmt, &obj, &anc_offset);
2883 call, anc_offset))
2890 ii->offset = anc_offset;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 2739 HOST_WIDE_INT anc_offset; local
2753 anc_offset = 0;
2765 expr = get_ancestor_addr_info (stmt, &obj, &anc_offset);
2772 call, anc_offset))
2779 ii->offset = anc_offset;
ipa-cp.cc 2993 HOST_WIDE_INT anc_offset; local
3060 anc_offset = ie->indirect_info->offset;
3132 context.offset_by (anc_offset);
3139 (t, ie->indirect_info->otr_type, anc_offset);
3147 anc_offset);

Completed in 35 milliseconds