Searched refs:haifa_change_pattern (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | haifa-sched.cc | 886 static bool haifa_change_pattern (rtx_insn *, rtx); 1137 haifa_change_pattern (insn, ORIG_PAT (insn)); in cond_clobbered_p() 1330 success = haifa_change_pattern (next, new_pat); in recompute_todo_spec() 1337 bool success = haifa_change_pattern (next, in recompute_todo_spec() 1348 bool success = haifa_change_pattern (next, in recompute_todo_spec() 4529 haifa_change_pattern (con, ORIG_PAT (con)); in unschedule_insns_until() 4770 haifa_change_pattern (next, ORIG_PAT (next)); in restore_pattern() 7619 res = haifa_change_pattern (next, new_pat); in try_ready() 7656 bool success = haifa_change_pattern (next, ORIG_PAT (next)); in try_ready() 8646 haifa_change_pattern (rtx_insn *insn, rtx new_pat) in haifa_change_pattern() function
|
H A D | ChangeLog-2012 | 10508 broken out of haifa_change_pattern. 10509 (haifa_change_pattern): Call it.
|
H A D | ChangeLog-2008 | 7432 (haifa_change_pattern): New static function.
|
H A D | ChangeLog-2011 | 7405 (haifa_change_pattern): Merge with sched_change_pattern.
|
H A D | ChangeLog-2014 | 23428 (haifa_change_pattern): Likewise for param "insn".
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | haifa-sched.c | 886 static bool haifa_change_pattern (rtx_insn *, rtx); 1137 haifa_change_pattern (insn, ORIG_PAT (insn)); in cond_clobbered_p() 1330 success = haifa_change_pattern (next, new_pat); in recompute_todo_spec() 1337 bool success = haifa_change_pattern (next, in recompute_todo_spec() 1348 bool success = haifa_change_pattern (next, in recompute_todo_spec() 4527 haifa_change_pattern (con, ORIG_PAT (con)); in unschedule_insns_until() 4768 haifa_change_pattern (next, ORIG_PAT (next)); in restore_pattern() 7614 res = haifa_change_pattern (next, new_pat); in try_ready() 7651 bool success = haifa_change_pattern (next, ORIG_PAT (next)); in try_ready() 8641 haifa_change_pattern (rtx_insn *insn, rtx new_pat) in haifa_change_pattern() function
|