Lines Matching refs:last_insn
254 rtx last_insn; in rtl_predict_edge() local
255 last_insn = BB_END (e->src); in rtl_predict_edge()
259 if (!any_condjump_p (last_insn)) in rtl_predict_edge()
266 predict_insn (last_insn, predictor, probability); in rtl_predict_edge()
791 rtx last_insn = BB_END (bb); in bb_estimate_probability_locally() local
794 if (! can_predict_insn_p (last_insn)) in bb_estimate_probability_locally()
796 cond = get_condition (last_insn, NULL, false, false); in bb_estimate_probability_locally()
808 predict_insn_def (last_insn, PRED_POINTER, NOT_TAKEN); in bb_estimate_probability_locally()
810 predict_insn_def (last_insn, PRED_POINTER, TAKEN); in bb_estimate_probability_locally()
822 predict_insn_def (last_insn, PRED_UNCONDITIONAL, in bb_estimate_probability_locally()
839 predict_insn_def (last_insn, PRED_OPCODE_NONEQUAL, NOT_TAKEN); in bb_estimate_probability_locally()
855 predict_insn_def (last_insn, PRED_OPCODE_NONEQUAL, TAKEN); in bb_estimate_probability_locally()
859 predict_insn_def (last_insn, PRED_FPOPCODE, TAKEN); in bb_estimate_probability_locally()
863 predict_insn_def (last_insn, PRED_FPOPCODE, NOT_TAKEN); in bb_estimate_probability_locally()
870 predict_insn_def (last_insn, PRED_OPCODE_POSITIVE, NOT_TAKEN); in bb_estimate_probability_locally()
877 predict_insn_def (last_insn, PRED_OPCODE_POSITIVE, TAKEN); in bb_estimate_probability_locally()