LLVM 20.0.0git
|
Public Member Functions | |
bool | operator== (const CHIArg &A) const |
bool | operator!= (const CHIArg &A) const |
Public Attributes | |
VNType | VN |
BasicBlock * | Dest |
Instruction * | I |
Definition at line 138 of file GVNHoist.cpp.
Definition at line 148 of file GVNHoist.cpp.
References A.
Definition at line 147 of file GVNHoist.cpp.
BasicBlock* llvm::CHIArg::Dest |
Definition at line 142 of file GVNHoist.cpp.
Instruction* llvm::CHIArg::I |
Definition at line 145 of file GVNHoist.cpp.
VNType llvm::CHIArg::VN |
Definition at line 139 of file GVNHoist.cpp.
Referenced by operator==().