LLVM 20.0.0git
|
Public Member Functions | |
LoadValue ()=default | |
LoadValue (Instruction *Inst, unsigned Generation) | |
Public Attributes | |
Instruction * | DefI = nullptr |
unsigned | Generation = 0 |
Definition at line 215 of file LoopUnroll.cpp.
|
default |
|
inline |
Definition at line 219 of file LoopUnroll.cpp.
Instruction* LoadValue::DefI = nullptr |
Definition at line 216 of file LoopUnroll.cpp.
Referenced by getMatchingValue().
unsigned LoadValue::Generation = 0 |
Definition at line 217 of file LoopUnroll.cpp.
Referenced by getMatchingValue().