|
LLVM 22.0.0git
|
Describes the use of a value in a call instruction, specifying the call's target, the value's parameter number, and the possible range of offsets from the beginning of the value that are passed. More...
#include "llvm/IR/ModuleSummaryIndex.h"
Public Member Functions | |
| Call ()=default | |
| Call (uint64_t ParamNo, ValueInfo Callee, const ConstantRange &Offsets) | |
Public Attributes | |
| uint64_t | ParamNo = 0 |
| ValueInfo | Callee |
| ConstantRange | Offsets {RangeWidth, true} |
Describes the use of a value in a call instruction, specifying the call's target, the value's parameter number, and the possible range of offsets from the beginning of the value that are passed.
Definition at line 883 of file ModuleSummaryIndex.h.
|
default |
|
inline |
Definition at line 889 of file ModuleSummaryIndex.h.
| ValueInfo llvm::FunctionSummary::ParamAccess::Call::Callee |
Definition at line 885 of file ModuleSummaryIndex.h.
Referenced by Call().
| ConstantRange llvm::FunctionSummary::ParamAccess::Call::Offsets {RangeWidth, true} |
Definition at line 886 of file ModuleSummaryIndex.h.
Referenced by Call().
| uint64_t llvm::FunctionSummary::ParamAccess::Call::ParamNo = 0 |
Definition at line 884 of file ModuleSummaryIndex.h.
Referenced by Call().