llvm::MachineFunction::copyAdditionalCallInfo

Copy call-site info from Old to New for a duplicated call.

Synopsis

Declared in <llvm/CodeGen/MachineFunction.h>

void
copyAdditionalCallInfo(
    MachineInstr const* Old,
    MachineInstr const* New);

Description

Used when making a copy of the instruction that will be inserted at a different point of the instruction stream.

Parameters

NameDescription
OldSource call instruction whose site info is copied.
NewDestination call instruction receiving the site info.