Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp783 auto spills_exit_it = ctx.spills_exit[pred_idx].find(live.first); in add_coupling_code() local
784 if (spills_exit_it == ctx.spills_exit[pred_idx].end()) { in add_coupling_code()
793 aco_ptr<Instruction> reload = do_reload(ctx, live.first, new_name, spills_exit_it->second); in add_coupling_code()
817 auto spills_exit_it = ctx.spills_exit[pred_idx].find(live.first); in add_coupling_code() local
818 if (spills_exit_it == ctx.spills_exit[pred_idx].end()) { in add_coupling_code()
829 do_reload(ctx, live.first, new_name, spills_exit_it->second); in add_coupling_code()

Completed in 4 milliseconds