Lines Matching refs:unit_offset

77   unsigned unit_offset;  member
221 fprintf (f, ", offset: %u", apm->unit_offset); in ipa_dump_adjusted_parameters()
459 unsigned unit_offset, in get_updated_index_or_split() argument
471 && apm->unit_offset == unit_offset) in get_updated_index_or_split()
706 mod_info->pass_through_map[i].unit_offset, in modify_call()
764 && mod_info->pass_through_map[j].unit_offset == apm->unit_offset) in modify_call()
814 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call()
835 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call()
845 base_offset + apm->unit_offset); in modify_call()
853 base_offset + apm->unit_offset); in modify_call()
1084 psr.unit_offset = apm->unit_offset; in register_replacement()
1637 unsigned unit_offset) in lookup_replacement_1() argument
1645 && (pbr->unit_offset == unit_offset)) in lookup_replacement_1()
1656 ipa_param_body_adjustments::lookup_replacement (tree base, unsigned unit_offset) in lookup_replacement() argument
1658 ipa_param_body_replacement *pbr = lookup_replacement_1 (base, unit_offset); in lookup_replacement()
1696 unsigned unit_offset; in get_expr_replacement() local
1698 if (!isra_get_ref_base_and_offset (expr, &base, &unit_offset)) in get_expr_replacement()
1704 return lookup_replacement_1 (base, unit_offset); in get_expr_replacement()
1905 ptm_item.unit_offset = new_pt_map[j].unit_offset; in record_argument_state_1()
2149 if (m_replacements[j].unit_offset < agg_arg_offset) in modify_call_stmt()
2153 pt_map.unit_offset in modify_call_stmt()
2154 = m_replacements[j].unit_offset - agg_arg_offset; in modify_call_stmt()