Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoadIdx

1118   SlotIndex LoadIdx = LIS.InsertMachineInstrInMaps(MI).getRegSlot();
1122 LoadIdx = LoadIdx.getRegSlot(true);
1123 DEBUG(dbgs() << "\treload: " << LoadIdx << '\t' << *MI);
1124 VNInfo *LoadVNI = NewLI.getNextValue(LoadIdx, LIS.getVNInfoAllocator());
1125 NewLI.addRange(LiveRange(LoadIdx, Idx, LoadVNI));