Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoadIdx

1083   SlotIndex LoadIdx = LIS.InsertMachineInstrInMaps(MI).getRegSlot();
1087 LoadIdx = LoadIdx.getRegSlot(true);
1088 DEBUG(dbgs() << "\treload: " << LoadIdx << '\t' << *MI);
1089 VNInfo *LoadVNI = NewLI.getNextValue(LoadIdx, LIS.getVNInfoAllocator());
1090 NewLI.addRange(LiveRange(LoadIdx, Idx, LoadVNI));