Lines Matching refs:hq
657 hazard_query hq; in schedule_SMEM() local
658 init_hazard_query(&hq); in schedule_SMEM()
659 add_to_hazard_query(&hq, current); in schedule_SMEM()
691 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_SMEM()
702 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM()
709 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM()
742 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); in schedule_SMEM()
754 init_hazard_query(&hq); in schedule_SMEM()
761 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM()
773 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM()
969 hazard_query hq; in schedule_position_export() local
970 init_hazard_query(&hq); in schedule_position_export()
971 add_to_hazard_query(&hq, current); in schedule_position_export()
983 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_position_export()
988 add_to_hazard_query(&hq, candidate.get()); in schedule_position_export()
995 add_to_hazard_query(&hq, candidate.get()); in schedule_position_export()