Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SrcOpIdx

393   unsigned SrcOpIdx = getPHISrcRegOpIdx(MI, PredBB);
394 assert(SrcOpIdx && "Unable to find matching PHI source?");
395 unsigned SrcReg = MI->getOperand(SrcOpIdx).getReg();
410 MI->RemoveOperand(SrcOpIdx+1);
411 MI->RemoveOperand(SrcOpIdx);