LLVM 19.0.0git
Public Attributes | List of all members
llvm::FunctionSummary::ConstVCall Struct Reference

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_tArgs
 

Detailed Description

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 679 of file ModuleSummaryIndex.h.

Member Data Documentation

◆ Args

std::vector<uint64_t> llvm::FunctionSummary::ConstVCall::Args

Definition at line 681 of file ModuleSummaryIndex.h.

◆ VFunc

VFuncId llvm::FunctionSummary::ConstVCall::VFunc

Definition at line 680 of file ModuleSummaryIndex.h.


The documentation for this struct was generated from the following file: