Home
last modified time | relevance | path

Searched refs:predict_insn_def (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDpredict.c490 predict_insn_def (rtx insn, enum br_predictor predictor, in predict_insn_def() function
1109 predict_insn_def (last_insn, PRED_POINTER, NOT_TAKEN); in bb_estimate_probability_locally()
1111 predict_insn_def (last_insn, PRED_POINTER, TAKEN); in bb_estimate_probability_locally()
1123 predict_insn_def (last_insn, PRED_UNCONDITIONAL, in bb_estimate_probability_locally()
1140 predict_insn_def (last_insn, PRED_OPCODE_NONEQUAL, NOT_TAKEN); in bb_estimate_probability_locally()
1156 predict_insn_def (last_insn, PRED_OPCODE_NONEQUAL, TAKEN); in bb_estimate_probability_locally()
1160 predict_insn_def (last_insn, PRED_FPOPCODE, TAKEN); in bb_estimate_probability_locally()
1164 predict_insn_def (last_insn, PRED_FPOPCODE, NOT_TAKEN); in bb_estimate_probability_locally()
1171 predict_insn_def (last_insn, PRED_OPCODE_POSITIVE, NOT_TAKEN); in bb_estimate_probability_locally()
1178 predict_insn_def (last_insn, PRED_OPCODE_POSITIVE, TAKEN); in bb_estimate_probability_locally()
HDpredict.h39 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
HDfunction.c4635 predict_insn_def (tmp, PRED_NORETURN, TAKEN); in stack_protect_epilogue()
/dragonfly/contrib/gcc-8.0/gcc/
HDpredict.h83 extern void predict_insn_def (rtx_insn *, enum br_predictor, enum prediction);
HDpredict.c549 predict_insn_def (rtx_insn *insn, enum br_predictor predictor, in predict_insn_def() function
2179 predict_insn_def (last_insn, PRED_POINTER, NOT_TAKEN); in bb_estimate_probability_locally()
2181 predict_insn_def (last_insn, PRED_POINTER, TAKEN); in bb_estimate_probability_locally()
2193 predict_insn_def (last_insn, PRED_UNCONDITIONAL, in bb_estimate_probability_locally()
2210 predict_insn_def (last_insn, PRED_OPCODE_NONEQUAL, NOT_TAKEN); in bb_estimate_probability_locally()
2226 predict_insn_def (last_insn, PRED_OPCODE_NONEQUAL, TAKEN); in bb_estimate_probability_locally()
2230 predict_insn_def (last_insn, PRED_FPOPCODE, TAKEN); in bb_estimate_probability_locally()
2234 predict_insn_def (last_insn, PRED_FPOPCODE, NOT_TAKEN); in bb_estimate_probability_locally()
2241 predict_insn_def (last_insn, PRED_OPCODE_POSITIVE, NOT_TAKEN); in bb_estimate_probability_locally()
2248 predict_insn_def (last_insn, PRED_OPCODE_POSITIVE, TAKEN); in bb_estimate_probability_locally()
HDcalls.c265 predict_insn_def (insn, PRED_BUILTIN_EXPECT, TAKEN); in prepare_call_address()
HDfunction.c5122 predict_insn_def (tmp, PRED_NORETURN, TAKEN); in stack_protect_epilogue()