llvm::PGOOptions::operator=

Copy-assign PGO options from another instance.

Synopsis

Declared in <llvm/Support/PGOOptions.h>

PGOOptions&
operator=(PGOOptions const& Other);

Return Value

A reference to this PGO options instance.

Parameters

NameDescription
OtherThe PGO options to assign from.