Searched refs:can_predict_insn_p (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dpredict.c84 static bool can_predict_insn_p (rtx);
309 can_predict_insn_p (rtx insn) function
416 if (!can_predict_insn_p (insn))
729 if ((rtlsimpleloops && !can_predict_insn_p (BB_END (bb)))
794 if (! can_predict_insn_p (last_insn))

Completed in 64 milliseconds