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