Searched refs:up_cursor (Results 1 – 1 of 1) sorted by relevance
778 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, false); in schedule_SMEM() local784 assert(candidate_idx == up_cursor.source_idx); in schedule_SMEM()792 bool is_dependency = !found_dependency && !ctx.mv.upwards_check_deps(up_cursor); in schedule_SMEM()809 ctx.mv.upwards_update_insert_idx(up_cursor); in schedule_SMEM()820 ctx.mv.upwards_skip(up_cursor); in schedule_SMEM()824 MoveResult res = ctx.mv.upwards_move(up_cursor); in schedule_SMEM()830 ctx.mv.upwards_skip(up_cursor); in schedule_SMEM()838 ctx.last_SMEM_dep_idx = found_dependency ? up_cursor.insert_idx : 0; in schedule_SMEM()951 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, true); in schedule_VMEM() local957 assert(candidate_idx == up_cursor.source_idx); in schedule_VMEM()[all …]