Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1058 void transferRegisterCopy(MachineInstr &MI, OpenRangesSet &OpenRanges,
1839 void VarLocBasedLDV::transferRegisterCopy(MachineInstr &MI, in transferRegisterCopy() function in VarLocBasedLDV
2008 transferRegisterCopy(MI, OpenRanges, VarLocIDs, Transfers); in process()
H A DInstrRefBasedImpl.h1318 bool transferRegisterCopy(MachineInstr &MI);
H A DInstrRefBasedImpl.cpp2146 bool InstrRefBasedLDV::transferRegisterCopy(MachineInstr &MI) { in transferRegisterCopy() function in InstrRefBasedLDV
2288 if (transferRegisterCopy(MI)) in process()