Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1061 void transferRegisterCopy(MachineInstr &MI, OpenRangesSet &OpenRanges,
1848 void VarLocBasedLDV::transferRegisterCopy(MachineInstr &MI, in transferRegisterCopy() function in VarLocBasedLDV
2015 transferRegisterCopy(MI, OpenRanges, VarLocIDs, Transfers); in process()
H A DInstrRefBasedImpl.h1310 bool transferRegisterCopy(MachineInstr &MI);
H A DInstrRefBasedImpl.cpp2180 bool InstrRefBasedLDV::transferRegisterCopy(MachineInstr &MI) { in transferRegisterCopy() function in InstrRefBasedLDV
2320 if (transferRegisterCopy(MI)) in process()