LLVM 19.0.0git
Public Attributes | List of all members
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 686 of file ModuleSummaryIndex.h.

Member Data Documentation

◆ TypeCheckedLoadConstVCalls

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

Definition at line 701 of file ModuleSummaryIndex.h.

◆ TypeCheckedLoadVCalls

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

Definition at line 695 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 700 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 695 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 690 of file ModuleSummaryIndex.h.


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