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

#include <passes/sccp/solver.h>

Inheritance diagram for SCCPSolver:
Inheritance graph
[legend]
Collaboration diagram for SCCPSolver:
Collaboration graph
[legend]

Public Member Functions

 SCCPSolver (Prog &prog, const Target *target)
 Solves constraints for the whole program.
 
LatticeGetValue (Ref< Inst > inst)
 Returns a lattice value.
 
bool IsExecutable (const Block &block)
 Checks if a block is executable.
 

Detailed Description

Helper class to compute value for all instructions in the program.


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