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

#include <core/verifier.h>

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

Public Member Functions

 Verifier (const Target *target)
 Initialises the pass.
 
bool Run (Prog &prog)
 Runs the pass.
 
 Verifier (Target *target)
 Initialises the pass.
 
bool Run (Prog &prog)
 Runs the pass.
 
- Public Member Functions inherited from ConstInstVisitor< void >
void Dispatch (const Inst &i)
 

Detailed Description

Pass to eliminate unnecessary moves.


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