pub fn get_libcall_funcref(
    libcall: LibCall,
    func: &mut Function,
    inst: Inst,
    isa: &dyn TargetIsa
) -> FuncRef
Expand description

Get a function reference for libcall in func, following the signature for inst.

If there is an existing reference, use it, otherwise make a new one.