LLVM 19.0.0git
Public Member Functions | List of all members
llvm::CallInfo Class Reference

Public Member Functions

void insert (CallInst *Call, GVNPass::ValueTable &VN)
 
const VNtoInsnsgetScalarVNTable () const
 
const VNtoInsnsgetLoadVNTable () const
 
const VNtoInsnsgetStoreVNTable () const
 

Detailed Description

Definition at line 214 of file GVNHoist.cpp.

Member Function Documentation

◆ getLoadVNTable()

const VNtoInsns & llvm::CallInfo::getLoadVNTable ( ) const
inline

Definition at line 237 of file GVNHoist.cpp.

◆ getScalarVNTable()

const VNtoInsns & llvm::CallInfo::getScalarVNTable ( ) const
inline

Definition at line 236 of file GVNHoist.cpp.

◆ getStoreVNTable()

const VNtoInsns & llvm::CallInfo::getStoreVNTable ( ) const
inline

Definition at line 238 of file GVNHoist.cpp.

◆ insert()

void llvm::CallInfo::insert ( CallInst Call,
GVNPass::ValueTable VN 
)
inline

Definition at line 221 of file GVNHoist.cpp.

References llvm::InvalidVN, and llvm::GVNPass::ValueTable::lookupOrAdd().


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