Searched refs:LastUseIdx (Results 1 – 4 of 4) sorted by relevance
192 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle; in hasPipelineForwarding() local193 if ((FirstUseIdx + UseIdx) >= LastUseIdx) in hasPipelineForwarding()
209 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle; in hasPipelineForwarding() local210 if ((FirstUseIdx + UseIdx) >= LastUseIdx) in hasPipelineForwarding()
196 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle; in hasPipelineForwarding() local197 if ((FirstUseIdx + UseIdx) >= LastUseIdx) in hasPipelineForwarding()
2036 SlotIndex LastUseIdx = LR->end.getBaseIndex(); in addIntervalsForSpills() local2037 MachineInstr *LastUse = getInstructionFromIndex(LastUseIdx); in addIntervalsForSpills()2042 vrm.addKillPoint(LI->reg, LastUseIdx); in addIntervalsForSpills()