LLVM 22.0.0git
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 137 of file GVNHoist.cpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 147 of file GVNHoist.cpp.

References A().

◆ operator==()

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

Definition at line 146 of file GVNHoist.cpp.

References A(), and VN.

Member Data Documentation

◆ Dest

BasicBlock* llvm::CHIArg::Dest

Definition at line 141 of file GVNHoist.cpp.

◆ I

Instruction* llvm::CHIArg::I

Definition at line 144 of file GVNHoist.cpp.

◆ VN

VNType llvm::CHIArg::VN

Definition at line 138 of file GVNHoist.cpp.

Referenced by operator==().


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