Lines Matching refs:getInstructionIndex
426 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getDefIndex(); in AdjustCopiesBackFrom()
628 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getDefIndex(); in RemoveCopyByCommutingDef()
698 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI); in RemoveCopyByCommutingDef()
750 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getUseIndex(); in RemoveCopyByCommutingDef()
802 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getUseIndex(); in ReMaterializeTrivialDef()
877 SlotIndex Idx = LIS->getInstructionIndex(CopyMI); in eliminateUndefCopy()
902 SlotIndex Idx = LIS->getInstructionIndex(MI); in eliminateUndefCopy()
986 dbgs() << LIS->getInstructionIndex(UseMI) << "\t"; in UpdateRegDefsUses()
1016 SlotIndex DefIdx = LIS->getInstructionIndex(DefMI).getDefIndex(); in RemoveDeadDef()
1026 SlotIndex DefIdx = LIS->getInstructionIndex(CopyMI).getDefIndex(); in RemoveCopyFlag()
1160 DEBUG(dbgs() << LIS->getInstructionIndex(CopyMI) << '\t' << *CopyMI); in JoinCopy()
1939 SlotIndex DefIdx = LIS->getInstructionIndex(MI).getDefIndex(); in runOnMachineFunction()