Searched refs:chosen_time (Results 1 – 1 of 1) sorted by relevance
1588 int chosen_time = 0; in choose_instruction_to_schedule() local1598 n->unblocked_time < chosen_time)) { in choose_instruction_to_schedule()1600 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()1716 int chosen_time = 0; in choose_instruction_to_schedule() local1722 if (!chosen || n->unblocked_time < chosen_time) { in choose_instruction_to_schedule()1724 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()