llvm::FunctionSummary::ParamAccess

Describes the uses of a parameter by the function.

Synopsis

Declared in <llvm/IR/ModuleSummaryIndex.h>

struct ParamAccess;

Types

NameDescription
Call Describes how a parameter value is passed to a callee.

Member Functions

NameDescription
ParamAccess [constructor]Constructors

Data Members

NameDescription
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.

Static Data Members

NameDescription
RangeWidth Bit width used for ConstantRange offset sets.