Home
last modified time | relevance | path

Searched refs:transferRegisterCopy (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp988 void transferRegisterCopy(MachineInstr &MI, OpenRangesSet &OpenRanges,
1695 void VarLocBasedLDV::transferRegisterCopy(MachineInstr &MI, in transferRegisterCopy() function in VarLocBasedLDV
1857 transferRegisterCopy(MI, OpenRanges, VarLocIDs, Transfers); in process()
H A DInstrRefBasedImpl.cpp1550 bool transferRegisterCopy(MachineInstr &MI);
2298 bool InstrRefBasedLDV::transferRegisterCopy(MachineInstr &MI) { in transferRegisterCopy() function in InstrRefBasedLDV
2428 if (transferRegisterCopy(MI)) in process()