Names of profiling metadata labels stored in !prof nodes.
Declared in <llvm/IR/ProfDataUtils.h>
struct MDProfLabels;
| Name | Description |
|---|---|
BranchWeights | Label for branch-weight metadata stored in !prof nodes. |
ExpectedBranchWeights | Label for branch-weight provenance metadata stored in !prof nodes. |
FunctionEntryCount | Label for function entry-count metadata stored in !prof nodes. |
SyntheticFunctionEntryCount | Label for synthetic function entry-count metadata stored in !prof nodes. |
UnknownBranchWeightsMarker | Label for unknown branch-weight metadata stored in !prof nodes. |
ValueProfile | Label for value-profile metadata stored in !prof nodes. |