Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:UseIdx

969                                        SlotIndex UseIdx) const {
970 VNInfo *UValNo = li.getVNInfoAt(UseIdx);
997 SlotIndex UseIdx = getInstructionIndex(UseMI);
998 if (li.getVNInfoAt(UseIdx) != ValNo)
1000 if (!isValNoAvailableAt(ImpLi, MI, UseIdx))
2038 int UseIdx = LastUse->findRegisterUseOperandIdx(LI->reg, false);
2039 assert(UseIdx != -1);
2040 if (!LastUse->isRegTiedToDefOperand(UseIdx)) {
2041 LastUse->getOperand(UseIdx).setIsKill();