Searched refs:dst_interval (Results 1 – 2 of 2) sorted by relevance
1106 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name]; in handle_pcopy() local1107 ra_spill_interval_init(dst_interval, dst); in handle_pcopy()1122 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name]; in handle_pcopy() local1127 dst_interval->cant_spill = true; in handle_pcopy()1128 ra_spill_ctx_insert(ctx, dst_interval); in handle_pcopy()1130 dst_interval->cant_spill = false; in handle_pcopy()1131 dst_interval->dst = src_interval->dst; in handle_pcopy()1169 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name]; in handle_pcopy() local1172 dst_interval->cant_spill = true; in handle_pcopy()1173 ra_spill_ctx_insert(ctx, dst_interval); in handle_pcopy()[all …]
1261 struct ra_interval *dst_interval = &ctx->intervals[dst->name]; in allocate_dst() local1278 .interval = dst_interval, in allocate_dst()