Merge the counts in Other into this record.
Synopsis
Declared in <llvm/ProfileData/InstrProf.h>
void
merge(
InstrProfRecord& Other,
uint64_t Weight,
function_ref<void(xref:llvm/instrprof_error.adoc[instrprof_error)>] Warn);
Description
Optionally scale merged counts by Weight.
Parameters
Name |
Description |
Other |
Record to merge from. |
Weight |
Optional scaling factor applied to |
Warn |
Callback invoked on merge warnings. |
Created with MrDocs