Lines Matching refs:hq
538 hazard_query hq; in schedule_SMEM() local
539 init_hazard_query(&hq); in schedule_SMEM()
540 add_to_hazard_query(&hq, current); in schedule_SMEM()
562 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_SMEM()
571 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM()
578 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM()
610 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); in schedule_SMEM()
622 init_hazard_query(&hq); in schedule_SMEM()
629 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM()
641 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM()
805 hazard_query hq; in schedule_position_export() local
806 init_hazard_query(&hq); in schedule_position_export()
807 add_to_hazard_query(&hq, current); in schedule_position_export()
818 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_position_export()
823 add_to_hazard_query(&hq, candidate.get()); in schedule_position_export()
830 add_to_hazard_query(&hq, candidate.get()); in schedule_position_export()