Module Clflags.Compiler_passSource
Sourcetype t = | Parsing| Typing| Lambda| Scheduling| Emit
Sourceval of_string : string -> t option Sourceval is_compilation_pass : t -> bool Sourceval available_pass_names : filter:(t -> bool) -> native:bool -> string list Sourceval can_save_ir_after : t -> bool Sourceval to_output_filename : t -> prefix:string -> string