LLVM 20.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 41 of file SCCPSolver.h.
Definition at line 45 of file SCCPSolver.h.
Definition at line 51 of file SCCPSolver.h.
References llvm::Other.
Definition at line 47 of file SCCPSolver.h.
References Actual, Formal, and llvm::Other.
Definition at line 53 of file SCCPSolver.h.
Constant* llvm::ArgInfo::Actual |
Definition at line 43 of file SCCPSolver.h.
Referenced by operator==(), and llvm::FunctionSpecializer::run().
Argument* llvm::ArgInfo::Formal |
Definition at line 42 of file SCCPSolver.h.
Referenced by operator==(), and llvm::FunctionSpecializer::run().