Searched refs:part_of_clause (Results 1 – 1 of 1) sorted by relevance
688 bool part_of_clause = false; in schedule_VMEM() local696 part_of_clause = same_resource && grab_dist < clause_max_grab_dist; in schedule_VMEM()700 bool can_move_down = !is_vmem || part_of_clause; in schedule_VMEM()702 …HazardResult haz = perform_hazard_query(part_of_clause ? &clause_hq : &indep_hq, candidate.get(), … in schedule_VMEM()718 MoveResult res = ctx.mv.downwards_move(part_of_clause); in schedule_VMEM()727 if (part_of_clause) in schedule_VMEM()