LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::CHIArg Struct Reference

Public Member Functions

bool operator== (const CHIArg &A) const
 
bool operator!= (const CHIArg &A) const
 

Public Attributes

VNType VN
 
BasicBlockDest
 
InstructionI
 

Detailed Description

Definition at line 138 of file GVNHoist.cpp.

Member Function Documentation

◆ operator!=()

bool llvm::CHIArg::operator!= ( const CHIArg A) const
inline

Definition at line 148 of file GVNHoist.cpp.

References A.

◆ operator==()

bool llvm::CHIArg::operator== ( const CHIArg A) const
inline

Definition at line 147 of file GVNHoist.cpp.

References A, and VN.

Member Data Documentation

◆ Dest

BasicBlock* llvm::CHIArg::Dest

Definition at line 142 of file GVNHoist.cpp.

◆ I

Instruction* llvm::CHIArg::I

Definition at line 145 of file GVNHoist.cpp.

◆ VN

VNType llvm::CHIArg::VN

Definition at line 139 of file GVNHoist.cpp.

Referenced by operator==().


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