Function customasm::asm::matcher::match_all

source ยท
pub fn match_all(
    report: &mut Report,
    opts: &AssemblyOptions,
    ast: &AstTopLevel,
    decls: &ItemDecls,
    defs: &mut ItemDefs
) -> Result<(), ()>
Expand description

Runs the instruction-matching algorithm on all reachable AST instruction-nodes, storing the found matches in the AST nodes themselves.