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

Public Member Functions

void insert (CallInst *Call, GVN::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,
GVN::ValueTable VN 
)
inline

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