Home | History | Annotate | Download | only in i965

Lines Matching refs:prev_inst

2961          fs_inst *prev_inst = last_mrf_move[inst->dst.nr];
2962 if (prev_inst && inst->equals(prev_inst)) {