Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:idx

739       SlotIndex Idx = LiveInts->getInstructionIndex(MI);
740 if (MI->mayLoad() && !LI.liveAt(Idx.getRegSlot(true))) {
744 if (MI->mayStore() && !LI.liveAt(Idx.getRegSlot())) {
881 SlotIndex idx = Indexes->getInstructionIndex(MI);
882 if (!(idx > lastIndex)) {
886 lastIndex = idx;