LLVM 20.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 721 of file ModuleSummaryIndex.h.
std::vector<uint64_t> llvm::FunctionSummary::ConstVCall::Args |
Definition at line 723 of file ModuleSummaryIndex.h.
VFuncId llvm::FunctionSummary::ConstVCall::VFunc |
Definition at line 722 of file ModuleSummaryIndex.h.