Home
last modified time | relevance | path

Searched refs:remove_stores (Results 1 – 5 of 5) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl32 CFG2 = remove_stores(CFG1),
86 remove_stores(CFG) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl32 CFG2 = remove_stores(CFG1),
86 remove_stores(CFG) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl32 CFG2 = remove_stores(CFG1),
86 remove_stores(CFG) -> function
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSampleData.c158 remove_stores(gpointer key, gpointer value, gpointer user_data) in remove_stores() function
326 … g_hash_table_foreach(swap_hash, remove_stores, NULL); // -- Remove swap stores in ipatch_migrate_file_sample_data()
367 g_hash_table_foreach(swap_hash, remove_stores, NULL); // -- Remove swap stores in ipatch_migrate_file_sample_data()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dkernel_builder.cpp1669 if (ref_info.refs == 1) return remove_stores(obj.body, obj.buf); in mutate_alloc()
1680 stmt_t remove_stores(const stmt_t &stmt, const expr_t &buf) { in remove_stores() function in dnnl::impl::gpu::jit::alloc_let_optimizer_t