Searched refs:resolve_func_from_module (Results 1 – 3 of 3) sorted by relevance
599 fnobj = ir_utils.guard(ir_utils.resolve_func_from_module,
16 from numba.core.ir_utils import (guard, resolve_func_from_module, simplify_CFG,354 val = resolve_func_from_module(state.func_ir, to_inline)
2034 def resolve_func_from_module(func_ir, node): function