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

/freebsd-11-stable/contrib/gcc/
H A Dpredict.h36 TAKEN enumerator in enum:prediction
H A Dpredict.c243 if (taken != TAKEN)
324 if (taken != TAKEN)
741 predict_edge_def (e, PRED_LOOP_BRANCH, TAKEN);
810 predict_insn_def (last_insn, PRED_POINTER, TAKEN);
823 cond == const0_rtx ? NOT_TAKEN : TAKEN);
855 predict_insn_def (last_insn, PRED_OPCODE_NONEQUAL, TAKEN);
859 predict_insn_def (last_insn, PRED_FPOPCODE, TAKEN);
877 predict_insn_def (last_insn, PRED_OPCODE_POSITIVE, TAKEN);
1060 predict_edge_def (then_edge, PRED_BUILTIN_EXPECT, TAKEN);
1071 predict_edge_def (then_edge, PRED_TREE_POINTER, TAKEN);
[all...]
H A Dfunction.c4062 predict_insn_def (tmp, PRED_NORETURN, TAKEN);

Completed in 76 milliseconds