LLVM 17.0.0git
|
Helper struct shared between Function Specialization and SCCP Solver. More...
#include "llvm/Transforms/Utils/SCCPSolver.h"
Public Member Functions | |
ArgInfo (Argument *F, Constant *A) | |
bool | operator== (const ArgInfo &Other) const |
bool | operator!= (const ArgInfo &Other) const |
Public Attributes | |
Argument * | Formal |
Constant * | Actual |
Friends | |
hash_code | hash_value (const ArgInfo &A) |
Helper struct shared between Function Specialization and SCCP Solver.
Definition at line 51 of file SCCPSolver.h.
Definition at line 55 of file SCCPSolver.h.
Definition at line 61 of file SCCPSolver.h.
References llvm::Other.
Definition at line 57 of file SCCPSolver.h.
References Actual, Formal, and llvm::Other.
Definition at line 63 of file SCCPSolver.h.
Constant* llvm::ArgInfo::Actual |
Definition at line 53 of file SCCPSolver.h.
Referenced by operator==().
Argument* llvm::ArgInfo::Formal |
Definition at line 52 of file SCCPSolver.h.
Referenced by operator==().