LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::CHIArg Struct Reference
Collaboration diagram for llvm::CHIArg:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

VNType VN
 
BasicBlockDest
 
InstructionI
 

Detailed Description

Definition at line 143 of file GVNHoist.cpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 153 of file GVNHoist.cpp.

◆ operator==()

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

Definition at line 152 of file GVNHoist.cpp.

References VN.

Member Data Documentation

◆ Dest

BasicBlock* llvm::CHIArg::Dest

Definition at line 147 of file GVNHoist.cpp.

Referenced by llvm::GVNHoist::rank().

◆ I

Instruction* llvm::CHIArg::I

Definition at line 150 of file GVNHoist.cpp.

Referenced by llvm::GVNHoist::rank(), and llvm::GVNHoist::run().

◆ VN

VNType llvm::CHIArg::VN

Definition at line 144 of file GVNHoist.cpp.

Referenced by operator==(), llvm::GVNHoist::rank(), and llvm::GVNHoist::run().


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