LLVM 22.0.0git
LoadValue Struct Reference

Public Member Functions

 LoadValue ()=default
 LoadValue (Instruction *Inst, unsigned Generation)

Public Attributes

InstructionDefI = nullptr
unsigned Generation = 0

Detailed Description

Definition at line 215 of file LoopUnroll.cpp.

Constructor & Destructor Documentation

◆ LoadValue() [1/2]

LoadValue::LoadValue ( )
default

◆ LoadValue() [2/2]

LoadValue::LoadValue ( Instruction * Inst,
unsigned Generation )
inline

Definition at line 219 of file LoopUnroll.cpp.

References DefI, and Generation.

Member Data Documentation

◆ DefI

Instruction* LoadValue::DefI = nullptr

Definition at line 216 of file LoopUnroll.cpp.

Referenced by getMatchingValue(), and LoadValue().

◆ Generation

unsigned LoadValue::Generation = 0

Definition at line 217 of file LoopUnroll.cpp.

Referenced by getMatchingValue(), and LoadValue().


The documentation for this struct was generated from the following file: