Retrieve total raw weight values of a branch.
Declared in <llvm/IR/Instruction.h>
bool
extractProfTotalWeight(uint64_t& TotalVal) const;
Returns true on success with profile total weights filled in. Returns false if no metadata was found.
True if profile total weight metadata was found.
| Name | Description |
|---|---|
| TotalVal | On success, set to the total profile weight. |