package jasmin

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

Module Jasmin.LivenessSource

Sourceval dep_lvs : Prog.Sv.t -> Prog.lval list -> Prog.Sv.t
Sourceval live_fd : bool -> ('info, 'asm) Prog.func -> (Prog.Sv.t * Prog.Sv.t, 'asm) Prog.func
Sourceval liveness : bool -> ('info, 'asm) Prog.prog -> (Prog.Sv.t * Prog.Sv.t, 'asm) Prog.prog

iter_call_sites cb f runs the cb function for all call site in f with the location of the call instruction, the name of the called function, the ℓ-values, and the sets of live variables before and after the call.

Requires the function f to be annotated with liveness information

Sourceval pp_info : Format.formatter -> (Prog.Sv.t * Prog.Sv.t) -> unit
Sourcetype conflicts = Prog.Sv.t Prog.Mv.t
Sourceval merge_class : conflicts -> Prog.Sv.t -> conflicts
Sourceval conflicts : (Prog.Sv.t * Prog.Sv.t, 'asm) Prog.func -> conflicts
Sourcetype var_classes
Sourceval init_classes : conflicts -> var_classes
Sourceval normalize_repr : var_classes -> Prog.var Prog.Mv.t
Sourceexception SetSameConflict
Sourceval get_conflict : var_classes -> Prog.var -> Prog.Sv.t
Sourceval var_classes_merge : var_classes -> var_classes -> var_classes
Sourceval var_classes_incl : var_classes -> var_classes -> bool