Searched refs:first_younger (Results 1 – 2 of 2) sorted by relevance
12313 int first_older_only = -1, first_younger = -1; in cortexa7_sched_reorder() local12335 else if (cortexa7_younger (file, verbose, insn) && first_younger == -1) in cortexa7_sched_reorder()12336 first_younger = i; in cortexa7_sched_reorder()12342 if (first_younger == -1) in cortexa7_sched_reorder()12361 INSN_UID(ready [first_younger])); in cortexa7_sched_reorder()12363 for (i = first_older_only; i < first_younger; i++) in cortexa7_sched_reorder()
12446 int first_older_only = -1, first_younger = -1; in cortexa7_sched_reorder() local12468 else if (cortexa7_younger (file, verbose, insn) && first_younger == -1) in cortexa7_sched_reorder()12469 first_younger = i; in cortexa7_sched_reorder()12475 if (first_younger == -1) in cortexa7_sched_reorder()12494 INSN_UID(ready [first_younger])); in cortexa7_sched_reorder()12496 for (i = first_older_only; i < first_younger; i++) in cortexa7_sched_reorder()