Searched refs:chosen_time (Results 1 – 1 of 1) sorted by relevance
1528 int chosen_time = 0; in choose_instruction_to_schedule() local1538 n->unblocked_time < chosen_time)) { in choose_instruction_to_schedule()1540 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()1649 int chosen_time = 0; in choose_instruction_to_schedule() local1655 if (!chosen || n->unblocked_time < chosen_time) { in choose_instruction_to_schedule()1657 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()