Copy call-site info from Old to New for a duplicated call.
Declared in <llvm/CodeGen/MachineFunction.h>
void
copyAdditionalCallInfo(
MachineInstr const* Old,
MachineInstr const* New);
Used when making a copy of the instruction that will be inserted at a different point of the instruction stream.
| Name | Description |
|---|---|
| Old | Source call instruction whose site info is copied. |
| New | Destination call instruction receiving the site info. |