Lines Matching refs:get
691 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false);
702 add_to_hazard_query(&hq, candidate.get());
709 add_to_hazard_query(&hq, candidate.get());
742 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true);
761 add_to_hazard_query(&hq, candidate.get());
773 add_to_hazard_query(&hq, candidate.get());
829 grab_dist < clause_max_grab_dist + k && should_form_clause(current, candidate.get());
843 block->instructions[candidate_idx - prev_clause_size].get()))
852 perform_hazard_query(part_of_clause ? &clause_hq : &indep_hq, candidate.get(), false);
863 add_to_hazard_query(&indep_hq, candidate.get());
864 add_to_hazard_query(&clause_hq, candidate.get());
869 Instruction* candidate_ptr = candidate.get();
874 add_to_hazard_query(&indep_hq, candidate.get());
875 add_to_hazard_query(&clause_hq, candidate.get());
882 add_to_hazard_query(&indep_hq, candidate.get());
883 add_to_hazard_query(&clause_hq, candidate.get());
913 HazardResult haz = perform_hazard_query(&indep_hq, candidate.get(), true);
939 add_to_hazard_query(&indep_hq, candidate.get());
948 add_to_hazard_query(&indep_hq, candidate.get());
983 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false);
988 add_to_hazard_query(&hq, candidate.get());
995 add_to_hazard_query(&hq, candidate.get());
1015 Instruction* current = block->instructions[idx].get();