LLVM 22.0.0git
llvm::FunctionSummary::TypeIdInfo Struct Reference

All type identifier related information. More...

#include "llvm/IR/ModuleSummaryIndex.h"

Public Attributes

std::vector< GlobalValue::GUIDTypeTests
 List of type identifiers used by this function in llvm.type.test intrinsics referenced by something other than an llvm.assume intrinsic, represented as GUIDs.
std::vector< VFuncIdTypeTestAssumeVCalls
 List of virtual calls made by this function using (respectively) llvm.assume(llvm.type.test) or llvm.type.checked.load intrinsics that do not have all constant integer arguments.
std::vector< VFuncIdTypeCheckedLoadVCalls
std::vector< ConstVCallTypeTestAssumeConstVCalls
 List of virtual calls made by this function using (respectively) llvm.assume(llvm.type.test) or llvm.type.checked.load intrinsics with all constant integer arguments.
std::vector< ConstVCallTypeCheckedLoadConstVCalls

Detailed Description

All type identifier related information.

Because these fields are relatively uncommon we only allocate space for them if necessary.

Definition at line 734 of file ModuleSummaryIndex.h.

Member Data Documentation

◆ TypeCheckedLoadConstVCalls

std::vector<ConstVCall> llvm::FunctionSummary::TypeIdInfo::TypeCheckedLoadConstVCalls

Definition at line 749 of file ModuleSummaryIndex.h.

◆ TypeCheckedLoadVCalls

std::vector<VFuncId> llvm::FunctionSummary::TypeIdInfo::TypeCheckedLoadVCalls

Definition at line 743 of file ModuleSummaryIndex.h.

◆ TypeTestAssumeConstVCalls

std::vector<ConstVCall> llvm::FunctionSummary::TypeIdInfo::TypeTestAssumeConstVCalls

List of virtual calls made by this function using (respectively) llvm.assume(llvm.type.test) or llvm.type.checked.load intrinsics with all constant integer arguments.

Definition at line 748 of file ModuleSummaryIndex.h.

◆ TypeTestAssumeVCalls

std::vector<VFuncId> llvm::FunctionSummary::TypeIdInfo::TypeTestAssumeVCalls

List of virtual calls made by this function using (respectively) llvm.assume(llvm.type.test) or llvm.type.checked.load intrinsics that do not have all constant integer arguments.

Definition at line 743 of file ModuleSummaryIndex.h.

◆ TypeTests

std::vector<GlobalValue::GUID> llvm::FunctionSummary::TypeIdInfo::TypeTests

List of type identifiers used by this function in llvm.type.test intrinsics referenced by something other than an llvm.assume intrinsic, represented as GUIDs.

Definition at line 738 of file ModuleSummaryIndex.h.


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