Describes the uses of a parameter by the function.
Declared in <llvm/IR/ModuleSummaryIndex.h>
struct ParamAccess;
| Name | Description |
|---|---|
Call | Describes how a parameter value is passed to a callee. |
| Name | Description |
|---|---|
ParamAccess [constructor] | Constructors |
| Name | Description |
|---|---|
Calls | Per-callee byte offsets applied to this pointer parameter before calls. |
ParamNo | Parameter number in this function. |
Use | Byte offsets from the parameter pointer accessed by the function. |
| Name | Description |
|---|---|
RangeWidth | Bit width used for ConstantRange offset sets. |