llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
LiveVariables Class Referencefinal

#include <core/analysis/live_variables.h>

Public Member Functions

 LiveVariables (const Func *func)
 
 ~LiveVariables ()
 
std::vector< ConstRef< Inst > > LiveOut (const Inst *inst)
 

Detailed Description

Helper class to compute live variable info for a function.

Constructor & Destructor Documentation

◆ LiveVariables()

LiveVariables::LiveVariables ( const Func func)

Computes live variable info for a function.

◆ ~LiveVariables()

LiveVariables::~LiveVariables ( )

Cleanup.

Member Function Documentation

◆ LiveOut()

std::vector< ConstRef< Inst > > LiveVariables::LiveOut ( const Inst inst)

Returns the set of live-ins at a program point.


The documentation for this class was generated from the following files: