Module Clflags.Compiler_pass
type t = - | Parsing
- | Typing
- | Lambda
- | Scheduling
- | Emit
val of_string : string -> t optionval to_string : t -> stringval is_compilation_pass : t -> boolval available_pass_names : filter:(t -> bool) -> native:bool -> string listval can_save_ir_after : t -> boolval compare : t -> t -> intval to_output_filename : t -> prefix:string -> string