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

Public Member Functions

void insert (Instruction *I, GVNPass::ValueTable &VN)
 
const VNtoInsnsgetVNTable () const
 

Detailed Description

Definition at line 162 of file GVNHoist.cpp.

Member Function Documentation

◆ getVNTable()

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

Definition at line 173 of file GVNHoist.cpp.

◆ insert()

void llvm::InsnInfo::insert ( Instruction I,
GVNPass::ValueTable VN 
)
inline

Definition at line 167 of file GVNHoist.cpp.

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


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