LLVM
8.0.1
|
Public Member Functions | |
bool | operator== (const CHIArg &A) |
bool | operator!= (const CHIArg &A) |
Public Attributes | |
VNType | VN |
BasicBlock * | Dest |
Instruction * | I |
Definition at line 143 of file GVNHoist.cpp.
Definition at line 153 of file GVNHoist.cpp.
Definition at line 152 of file GVNHoist.cpp.
References VN.
BasicBlock* llvm::CHIArg::Dest |
Definition at line 147 of file GVNHoist.cpp.
Referenced by llvm::GVNHoist::rank().
Instruction* llvm::CHIArg::I |
Definition at line 150 of file GVNHoist.cpp.
Referenced by llvm::GVNHoist::rank(), and llvm::GVNHoist::run().
VNType llvm::CHIArg::VN |
Definition at line 144 of file GVNHoist.cpp.
Referenced by operator==(), llvm::GVNHoist::rank(), and llvm::GVNHoist::run().