LLVM 22.0.0git
llvm::InsnInfo Class Reference

Public Member Functions

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

Detailed Description

Definition at line 161 of file GVNHoist.cpp.

Member Function Documentation

◆ getVNTable()

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

Definition at line 172 of file GVNHoist.cpp.

◆ insert()

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

Definition at line 166 of file GVNHoist.cpp.

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


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