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

#include <core/analysis/init_path.h>

Public Member Functions

 InitPath (Prog &prog, Func *entry)
 Build the path from the entry node.
 
bool operator[] (Block &block) const
 Check if a block is on the init path.
 

Detailed Description

Analysis which identifies which blocks are executed at most once.


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