llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/analysis/live_variables.h>
Public Member Functions | |
LiveVariables (const Func *func) | |
~LiveVariables () | |
std::vector< ConstRef< Inst > > | LiveOut (const Inst *inst) |
Helper class to compute live variable info for a function.
LiveVariables::LiveVariables | ( | const Func * | func | ) |
Computes live variable info for a function.
LiveVariables::~LiveVariables | ( | ) |
Cleanup.
Returns the set of live-ins at a program point.