LLVM: LoadValue Struct Reference (original) (raw)
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| Instruction * | DefI = nullptr |
| unsigned | Generation = 0 |
Detailed Description
Definition at line 214 of file LoopUnroll.cpp.
Constructor & Destructor Documentation
| LoadValue::LoadValue ( ) | default |
|---|
◆ LoadValue() [2/2]
| LoadValue::LoadValue ( Instruction * Inst, unsigned Generation ) | inline |
|---|
Definition at line 218 of file LoopUnroll.cpp.
References DefI, and Generation.
Member Data Documentation
◆ DefI
Instruction* LoadValue::DefI = nullptr
Definition at line 215 of file LoopUnroll.cpp.
Referenced by getMatchingValue(), and LoadValue().
◆ Generation
unsigned LoadValue::Generation = 0
Definition at line 216 of file LoopUnroll.cpp.
Referenced by getMatchingValue(), and LoadValue().
The documentation for this struct was generated from the following file:
- lib/Transforms/Utils/LoopUnroll.cpp