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 43 of file SCCPSolver.h.
Definition at line 47 of file SCCPSolver.h.
Definition at line 53 of file SCCPSolver.h.
References llvm::Other.
Definition at line 49 of file SCCPSolver.h.
References Actual, Formal, and llvm::Other.
Definition at line 55 of file SCCPSolver.h.
Constant* llvm::ArgInfo::Actual |
Definition at line 45 of file SCCPSolver.h.
Referenced by operator==().
Argument* llvm::ArgInfo::Formal |
Definition at line 44 of file SCCPSolver.h.
Referenced by operator==().