Function cranelift_codegen::machinst::compile::compile[][src]

pub fn compile<B: LowerBackend + MachBackend>(
    f: &Function,
    b: &B,
    abi: Box<dyn ABIBody<I = B::MInst>>
) -> CodegenResult<VCode<B::MInst>> where
    B::MInst: ShowWithRRU

Compile the given function down to VCode with allocated registers, ready for binary emission.