Lines Matching refs:InstrRefBasedLDV
1416 class InstrRefBasedLDV : public LDVImpl { class
1691 InstrRefBasedLDV();
1714 InstrRefBasedLDV::InstrRefBasedLDV() {} in InstrRefBasedLDV() function in InstrRefBasedLDV
1726 InstrRefBasedLDV::extractSpillBaseRegAndOffset(const MachineInstr &MI) { in extractSpillBaseRegAndOffset()
1742 bool InstrRefBasedLDV::transferDebugValue(const MachineInstr &MI) { in transferDebugValue()
1793 bool InstrRefBasedLDV::transferDebugInstrRef(MachineInstr &MI, in transferDebugInstrRef()
1998 bool InstrRefBasedLDV::transferDebugPHI(MachineInstr &MI) { in transferDebugPHI()
2048 void InstrRefBasedLDV::transferRegisterDef(MachineInstr &MI) { in transferRegisterDef()
2123 void InstrRefBasedLDV::performCopy(Register SrcRegNum, Register DstRegNum) { in performCopy()
2171 bool InstrRefBasedLDV::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction()
2184 bool InstrRefBasedLDV::isLocationSpill(const MachineInstr &MI, in isLocationSpill()
2195 InstrRefBasedLDV::isRestoreInstruction(const MachineInstr &MI, in isRestoreInstruction()
2209 bool InstrRefBasedLDV::transferSpillOrRestoreInst(MachineInstr &MI) { in transferSpillOrRestoreInst()
2298 bool InstrRefBasedLDV::transferRegisterCopy(MachineInstr &MI) { in transferRegisterCopy()
2337 InstrRefBasedLDV::performCopy(SrcReg, DestReg); in transferRegisterCopy()
2368 void InstrRefBasedLDV::accumulateFragmentMap(MachineInstr &MI) { in accumulateFragmentMap()
2417 void InstrRefBasedLDV::process(MachineInstr &MI, ValueIDNum **MLiveOuts, in process()
2435 void InstrRefBasedLDV::produceMLocTransferFunction( in produceMLocTransferFunction()
2557 InstrRefBasedLDV::mlocJoin(MachineBasicBlock &MBB, in mlocJoin()
2657 void InstrRefBasedLDV::mlocDataflow( in mlocDataflow()
2776 bool InstrRefBasedLDV::vlocDowngradeLattice( in vlocDowngradeLattice()
2817 std::tuple<Optional<ValueIDNum>, bool> InstrRefBasedLDV::pickVPHILoc( in pickVPHILoc()
2909 std::tuple<bool, bool> InstrRefBasedLDV::vlocJoin( in vlocJoin()
3178 void InstrRefBasedLDV::vlocDataflow( in vlocDataflow()
3411 void InstrRefBasedLDV::dump_mloc_transfer( in dump_mloc_transfer()
3421 void InstrRefBasedLDV::emitLocations( in emitLocations()
3486 void InstrRefBasedLDV::initialSetup(MachineFunction &MF) { in initialSetup()
3526 bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges()
3691 return new InstrRefBasedLDV(); in makeInstrRefBasedLiveDebugValues()
3948 Optional<ValueIDNum> InstrRefBasedLDV::resolveDbgPHIs(MachineFunction &MF, in resolveDbgPHIs()