LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Data Documentation

◆ DefI

Instruction* LoadValue::DefI = nullptr

Definition at line 216 of file LoopUnroll.cpp.

Referenced by getMatchingValue().

◆ Generation

unsigned LoadValue::Generation = 0

Definition at line 217 of file LoopUnroll.cpp.

Referenced by getMatchingValue().


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