Home
last modified time | relevance | path

Searched refs:predict (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-12.1/sbin/restore/
H A Dtape.c1413 static long predict; in accthdr() local
1445 if (predict != blksread - 1) in accthdr()
1447 predict, blksread - 1); in accthdr()
1455 predict = blks; in accthdr()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm926ejs.md170 ;; core can predict most branches. If the branch is predicted
H A Darm1026ejs.md223 ;; core can predict most branches. If the branch is predicted
H A Darm1020e.md228 ;; core can predict most branches. If the branch is predicted
/freebsd-12.1/gnu/usr.bin/cc/cc_int/
H A DMakefile52 params.o postreload.o postreload-gcse.o predict.o \
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390-modes.def97 If you know whether the used constant is positive or negative you can predict
/freebsd-12.1/contrib/gcc/doc/
H A Dcfg.texi390 @findex predict.def
392 attempt to predict the behavior of each branch in the program using a
393 set of heuristics (see @file{predict.def} for details) and compute
H A Dpasses.texi347 execution frequencies. The pass is located in @file{predict.c} and
849 prediction routines are in @file{predict.c}.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-2001218 * predict.c: Likewise.
7316 predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
8951 * predict.h: Likewise.
13071 params.h, predict.c, predict.def, predict.h, prefix.c,
14069 * predict.c: Likewise.
20569 * loop.c: Include predict.h
20877 * predict.def: New file.
20878 * predict.h: New file.
20879 * predict.c: Include predict.h.
20891 * jump.c: Include predict.h
[all …]
H A DMakefile.in796 PREDICT_H = predict.h predict.def
1009 params.o postreload.o postreload-gcse.o predict.o \
H A Dparams.def343 "The maximum number of loop iterations we predict statically",
H A DChangeLog-2002189 * predict.c: Likewise.
6086 * predict.def: Likewise.
20745 * predict.c: Likewise.
21908 * predict.c: Inlude profile.h
22708 * predict.h (IS_TAKEN): New constant.
22716 * stmt.c: Include predict.h;
26297 * pa.c (except.h, predict.h): Include.
27828 * predict.c (dump_prediction): Likewise.
33796 * predict.c: Fix formatting.
34044 * predict.c: Likewise.
[all …]
H A DChangeLog-20044621 * predict.c (predict_insn): Make static.
8590 predict.def, predict.h, protoize.c, reload.h, resource.h,
10858 * predict.c (can_predict_insn_p): Likewise.
11280 * predict.c (counts_to_freqs): Make global.
11281 * predict.h (counts_to_freqa): Declare.
12959 * predict.c: Do not include loop.h.
14968 * predict.c (pass_profile): Adjust.
20450 * predict.c (estimate_probability): Likewise.
33104 * basic-block.h: Include predict.h
33744 * predict.h: Add include guard.
[all …]
H A DChangeLog-2005935 * predict.c (predict_loops, tree_bb_level_predictions,
4894 * predict.c (predict_loops): Use new param.
4895 * predict.def (MAX_PRED_LOOP_ITERATIONS): Remove.
5237 * predict.def (MAX_PRED_LOOP_ITERATIONS): Define.
9742 loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c,
14062 * function.c: Include predict.h.
14122 convert.c, lambda-code.c, predict.c, tree-cfg.c,
16151 * predict.c (tree_predict_edge): Do not predict entry edge and
23524 * predict.h (IS_TAKEN): Remove.
31442 * predict.c (tree_predict_by_opcode,
[all …]
H A DChangeLog-2003640 * predict.h: Likewise.
20062 * predict.h: Convert to ISO C90 prototypes.
20063 * predict.c: Likewise.
25526 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
31316 * predict.c (estimate_bb_frequencies): Correctly set
32053 * predict.c (predict_insn): Likewise.
33197 (predict.o): Depends on sreal.h instead of real.h.
33200 * predict.c: Use sreal.c instead of real.c.
35031 * predict.c: Include cfgloop.h.
35679 * predict.c: Likewise.
[all …]
H A DChangeLog-20002284 * predict.c (estimate_probability): Likewise.
18226 * predict.c (hard-reg-set.h): Likewise.
19295 * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
19652 * predict.c: Remove May 4 change.
19778 * predict.c (find_expected_value): Delete prototype.
21207 * predict.c (estimate_probability): Examine both sides of
21208 a branch for no exits. Use 90% not 50% for predict taken.
21356 * predict.c (estimate_probability): New heuristic: if a jump
21634 * predict.c (expected_value_to_br_prob): New.
30388 * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
[all …]
H A DChangeLog-20062518 * predict.c: Fix comment typos.
2555 * predict.c (probability_reliable_p): New predicate.
2557 (predict_loops): Do not predict loop exit with less than 2%
5075 lambda-code.c, libgcc2.h, omp-low.c, optabs.c, predict.c,
9779 * predict.c (estimate_probability): Remove.
10526 * predict.c (tree_estimate_probability): Ditto.
10976 * predict.c (tree_estimate_probability): Always strip builtin_expect.
12662 * predict.c (combine_predictions_for_bb, tree_estimate_probability):
13177 * predict.c: Ditto.
/freebsd-12.1/contrib/atf/atf-sh/
H A Dlibatf-sh.subr315 # Relative paths are not allowed because the test case cannot predict
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dfil.c7921 int predict; local
7989 predict = 1;
7991 predict = 1;
7993 predict = 0;
8013 it.iri_rule = predict ? next : NULL;
8014 if (predict == 0)
/freebsd-12.1/contrib/xz/
H A DREADME225 so you have no way to predict where to put a \n. Let the terminal
/freebsd-12.1/contrib/libevent/
H A Dwhatsnew-2.0.txt567 Network code very frequently needs a secure, hard-to-predict random number
/freebsd-12.1/share/examples/ppp/
H A Dppp.conf.sample50 # can't predict what their IP will be either, take a wild guess at
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt567 Network code very frequently needs a secure, hard-to-predict random number
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Ddialog.subr1373 # When using dialog(1), we can't predict whether the user has
1475 # When using dialog(1), we can't predict whether the user has
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc3492.txt373 predict the minimum number of digits needed to represent the next

12