Searched defs:post_inc_store_info_t (Results 1 – 1 of 1) sorted by relevance
1481 struct post_inc_store_info_t { struct in dnnl::impl::gpu::jit::loop_strength_reducer_t1482 post_inc_store_info_t(const store_t &obj) in post_inc_store_info_t() function1485 stmt_t stmt() const { in stmt()1491 bool is_empty() const { return is_zero(inc); } in is_empty()1493 void update(const loop_info_t &loop, const expr_t &loop_inc) { in update()1505 const store_t *store;1506 expr_t inc;1508 expr_t last_iter_cond;1509 expr_t compensation;