Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SrcOpIdx

382   unsigned SrcOpIdx = getPHISrcRegOpIdx(MI, PredBB);
383 assert(SrcOpIdx && "Unable to find matching PHI source?");
384 unsigned SrcReg = MI->getOperand(SrcOpIdx).getReg();
399 MI->RemoveOperand(SrcOpIdx+1);
400 MI->RemoveOperand(SrcOpIdx);