CACAO
Public Member Functions | Data Fields
cacao::jit::compiler2::LivetimeRange Struct Reference

Public Member Functions

 LivetimeRange (const UseDef &start, const UseDef &end)
 

Data Fields

UseDef start
 
UseDef end
 

Detailed Description

Definition at line 98 of file LivetimeInterval.hpp.

Constructor & Destructor Documentation

cacao::jit::compiler2::LivetimeRange::LivetimeRange ( const UseDef start,
const UseDef end 
)
inline

Definition at line 101 of file LivetimeInterval.hpp.

Field Documentation

UseDef cacao::jit::compiler2::LivetimeRange::end

Definition at line 100 of file LivetimeInterval.hpp.

UseDef cacao::jit::compiler2::LivetimeRange::start

Definition at line 99 of file LivetimeInterval.hpp.


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