package jasmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Linter.LivenessAnalyser

type domain = Jasmin.Prog.Sv.t
val analyse_function : ('info, 'asm) Jasmin.Prog.func -> (domain Annotation.annotation, 'asm) Jasmin.Prog.func

* Liveness analysis entrypoint : * * for each instruction, this function computes the set of variables that are living at the OUT of the instruction using backward analyser