Searched refs:up_cursor (Results 1 – 1 of 1) sorted by relevance
722 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, false); in schedule_SMEM() local728 assert(candidate_idx == up_cursor.source_idx); in schedule_SMEM()736 bool is_dependency = !found_dependency && !ctx.mv.upwards_check_deps(up_cursor); in schedule_SMEM()753 ctx.mv.upwards_update_insert_idx(up_cursor); in schedule_SMEM()764 ctx.mv.upwards_skip(up_cursor); in schedule_SMEM()768 MoveResult res = ctx.mv.upwards_move(up_cursor); in schedule_SMEM()774 ctx.mv.upwards_skip(up_cursor); in schedule_SMEM()782 ctx.last_SMEM_dep_idx = found_dependency ? up_cursor.insert_idx : 0; in schedule_SMEM()896 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, true); in schedule_VMEM() local902 assert(candidate_idx == up_cursor.source_idx); in schedule_VMEM()[all …]