Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1237 void performCopy(Register Src, Register Dst);
H A DInstrRefBasedImpl.cpp1926 void InstrRefBasedLDV::performCopy(Register SrcRegNum, Register DstRegNum) { in performCopy() function in InstrRefBasedLDV
2167 InstrRefBasedLDV::performCopy(SrcReg, DestReg); in transferRegisterCopy()