The Intermediate Representation, called SIL
, is a format used by the back-end for analysis. It is produced by the front-ends.
The entry point of this library is the module IR
.
The main entry point is the intermediate language in IR.Sil
.
The control flow graph module is IR.Cfg
.
The type environment module is IR.Tenv
.