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

Public Member Functions

void insert (LoadInst *Load, GVNPass::ValueTable &VN)
 
const VNtoInsnsgetVNTable () const
 

Detailed Description

Definition at line 177 of file GVNHoist.cpp.

Member Function Documentation

◆ getVNTable()

const VNtoInsns & llvm::LoadInfo::getVNTable ( ) const
inline

Definition at line 191 of file GVNHoist.cpp.

◆ insert()

void llvm::LoadInfo::insert ( LoadInst Load,
GVNPass::ValueTable VN 
)
inline

Definition at line 182 of file GVNHoist.cpp.

References llvm::GVNPass::ValueTable::lookupOrAdd().


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