Searched refs:unused_remats (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_spill.cpp82 std::set<Instruction*> unused_remats; member in struct:aco::__anond37687ce0110::spill_ctx
342 ctx.unused_remats.erase(ctx.remat[instr->operands[i].getTemp()].instr);
371 ctx.unused_remats.insert(instr.get());
884 ctx.unused_remats.erase(ctx.remat[var].instr);
1004 ctx.unused_remats.erase(remat_it->second.instr);
1118 ctx.unused_remats.erase(ctx.remat[tmp].instr);
1193 ctx.unused_remats.erase(remat_it->second.instr);
1301 !ctx.renames[block_idx].empty() || ctx.unused_remats.size();
1808 } else if (!ctx.unused_remats.count(it->get())) {

Completed in 4 milliseconds