|
LLVM 24.0.0git
|
#include "llvm/Analysis/ConstraintSystem.h"
Public Member Functions | |
| Entry (int64_t Coefficient, uint16_t Id) | |
Public Attributes | |
| int64_t | Coefficient |
| uint16_t | Id |
Definition at line 25 of file ConstraintSystem.h.
|
inline |
Definition at line 29 of file ConstraintSystem.h.
References Coefficient, and Id.
| int64_t llvm::ConstraintSystem::Entry::Coefficient |
Definition at line 26 of file ConstraintSystem.h.
Referenced by Entry().
| uint16_t llvm::ConstraintSystem::Entry::Id |
Definition at line 27 of file ConstraintSystem.h.
Referenced by Entry().