Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1329 void performCopy(Register Src, Register Dst);
H A DInstrRefBasedImpl.cpp1954 void InstrRefBasedLDV::performCopy(Register SrcRegNum, Register DstRegNum) { in performCopy() function in InstrRefBasedLDV
2195 InstrRefBasedLDV::performCopy(SrcReg, DestReg); in transferRegisterCopy()