Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1006 auto remat_it = ctx.remat.find(phi->operands[i].getTemp()); in add_coupling_code() local
1007 if (remat_it != ctx.remat.end()) { in add_coupling_code()
1008 ctx.unused_remats.erase(remat_it->second.instr); in add_coupling_code()
1195 auto remat_it = ctx.remat.find(op.getTemp()); in process_block() local
1196 if (remat_it != ctx.remat.end()) { in process_block()
1197 ctx.unused_remats.erase(remat_it->second.instr); in process_block()

Completed in 3 milliseconds