LLVM 17.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 217 of file GVNHoist.cpp.

Member Function Documentation

◆ getLoadVNTable()

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

Definition at line 240 of file GVNHoist.cpp.

◆ getScalarVNTable()

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

Definition at line 239 of file GVNHoist.cpp.

◆ getStoreVNTable()

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

Definition at line 241 of file GVNHoist.cpp.

◆ insert()

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

Definition at line 224 of file GVNHoist.cpp.

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


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