Value‐profile data recorded at a single value site.

Synopsis

Declared in <llvm/ProfileData/InstrProf.h>

struct InstrProfValueSiteRecord;

Member Functions

Name

Description

InstrProfValueSiteRecord [constructor]

Constructors

merge

Merge data from another InstrProfValueSiteRecord.

overlap

Compute overlap between this site record and Input.

scale

Scale value‐profile counts by N / D.

sortByCount

Sort ValueData Descending by Count

sortByTargetValues

Sort ValueData ascending by Value

Data Members

Name

Description

ValueData

Value profiling data pairs at a given value site.

Created with MrDocs