HomeSort by relevance Sort by last modified time
    Searched refs:DEF_PREDICTOR (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.def 22 DEF_PREDICTOR (ENUM, NAME, HITRATE)
26 predictors. The order of DEF_PREDICTOR calls is important, as
38 DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0)
41 DEF_PREDICTOR (PRED_DS_THEORY, "DS theory", PROB_ALWAYS, 0)
45 DEF_PREDICTOR (PRED_FIRST_MATCH, "first match", PROB_ALWAYS, 0)
48 DEF_PREDICTOR (PRED_NO_PREDICTION, "no prediction", PROB_ALWAYS, 0)
51 DEF_PREDICTOR (PRED_UNCONDITIONAL, "unconditional jump", PROB_ALWAYS,
57 DEF_PREDICTOR (PRED_LOOP_ITERATIONS, "loop iterations", PROB_ALWAYS,
61 DEF_PREDICTOR (PRED_BUILTIN_EXPECT, "__builtin_expect", PROB_VERY_LIKELY,
65 DEF_PREDICTOR (PRED_LOOP_ITERATIONS_GUESSED, "guessed loop iterations"
    [all...]
predict.h 23 #define DEF_PREDICTOR(ENUM, NAME, HITRATE, FLAGS) ENUM,
31 #undef DEF_PREDICTOR

Completed in 3932 milliseconds