LLVM: llvm::CallInfo Class Reference (original) (raw)

Public Member Functions
void insert (CallInst *Call, GVNPass::ValueTable &VN)
const VNtoInsns & getScalarVNTable () const
const VNtoInsns & getLoadVNTable () const
const VNtoInsns & getStoreVNTable () const

Detailed Description

Definition at line 213 of file GVNHoist.cpp.

Member Function Documentation

getLoadVNTable()

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

Definition at line 236 of file GVNHoist.cpp.

getScalarVNTable()

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

Definition at line 235 of file GVNHoist.cpp.

getStoreVNTable()

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

Definition at line 237 of file GVNHoist.cpp.

insert()

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

Definition at line 220 of file GVNHoist.cpp.

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


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