llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Classes | Public Member Functions | List of all members
GlobalReducer Class Referenceabstract
Inheritance diagram for GlobalReducer:
Inheritance graph
[legend]

Public Member Functions

 GlobalReducer (std::unique_ptr< Prog > &&prog, const char *name)
 
std::unique_ptr< ProgRun (const Timeout &timeout)
 
virtual std::set< std::string_view > Enumerate (const Prog &prog)=0
 Enumerate all reduction candidates.
 
virtual void Reduce (Prog &prog, std::set< std::string_view > Deleted)=0
 Delete the symbols.
 

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