Searched refs:chosen_time (Results 1 – 1 of 1) sorted by relevance
1410 int chosen_time = 0; in choose_instruction_to_schedule() local1420 n->unblocked_time < chosen_time)) { in choose_instruction_to_schedule()1422 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()1531 int chosen_time = 0; in choose_instruction_to_schedule() local1537 if (!chosen || n->unblocked_time < chosen_time) { in choose_instruction_to_schedule()1539 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()