Home
last modified time | relevance | path

Searched refs:no_labels_between_p (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dreorg.c2064 && no_labels_between_p (insn, trial) in fill_simple_delay_slots()
3086 && no_labels_between_p (insn, next)) in relax_delay_slots()
3129 && no_labels_between_p (other, insn) in relax_delay_slots()
3342 && no_labels_between_p (insn, next)) in relax_delay_slots()
3352 && no_labels_between_p (insn, next) in relax_delay_slots()
Drtl.h1702 extern int no_labels_between_p (rtx, rtx);
Drtlanal.c616 no_labels_between_p (rtx beg, rtx end) in no_labels_between_p() function
DChangeLog-200121365 (no_labels_between_p): Short circuit case beg==end.
DChangeLog-200424654 * rtlanal.c (global_reg_mentioned_p, no_labels_between_p,