Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:UseIdx

662         SlotIndex UseIdx = LiveInts->getInstructionIndex(MI).getUseIndex();
665 if (!LI.liveAt(UseIdx)) {
667 *OS << UseIdx << " is not live in " << LI << '\n';
671 if (MO->isKill() && !LI.killedAt(UseIdx.getDefIndex())) {