Lines Matching defs:current_spills
1177 auto& current_spills = ctx.spills_exit[block_idx];
1188 if (!current_spills.count(op.getTemp())) {
1205 reloads[new_tmp] = std::make_pair(op.getTemp(), current_spills[op.getTemp()]);
1206 current_spills.erase(op.getTemp());
1234 !current_spills.count(pair.first)) {
1245 for (std::pair<Temp, uint32_t> pair : current_spills)
1250 current_spills[to_spill] = spill_id;
1301 const auto& current_spills = ctx.spills_entry[block_idx];
1307 for (auto it = current_spills.begin(); !process && it != current_spills.end(); ++it) {
1313 ctx.spills_exit[block_idx] = current_spills;