Return the offset to the first branch weight data
Declared in <llvm/IR/ProfDataUtils.h>
unsigned int
getBranchWeightOffset(MDNode const* ProfileData);
The index of the first branch weight operand in ProfileData.
| Name | Description |
|---|---|
| ProfileData | The MD_prof metadata node to inspect |