LLVM 18.0.0git
|
A specification for a virtual function call with all constant integer arguments. More...
#include "llvm/IR/ModuleSummaryIndex.h"
Public Attributes | |
VFuncId | VFunc |
std::vector< uint64_t > | Args |
A specification for a virtual function call with all constant integer arguments.
This is used to perform virtual constant propagation on the summary.
Definition at line 669 of file ModuleSummaryIndex.h.
std::vector<uint64_t> llvm::FunctionSummary::ConstVCall::Args |
Definition at line 671 of file ModuleSummaryIndex.h.
VFuncId llvm::FunctionSummary::ConstVCall::VFunc |
Definition at line 670 of file ModuleSummaryIndex.h.