HomeSort by: relevance | last modified time | path
    Searched defs:first_prob (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dojump.cc 1164 if (a) ; else goto f; // first_prob for ;
1165 // 1 - first_prob for goto f;
1180 The invert () on assignment to first_prob is because
1181 first_prob represents the probability of fallthru,
1189 profile_probability first_prob
1204 first_prob);
1210 if (a) goto t; // first_prob;
1214 remains the same and first_prob is prob * cprob. */
1217 profile_probability first_prob = prob.split (cprob);
1220 if_true_label, first_prob);
1185 profile_probability first_prob local
1213 profile_probability first_prob = prob.split (cprob); local
    [all...]
dojump.cc 1164 if (a) ; else goto f; // first_prob for ;
1165 // 1 - first_prob for goto f;
1180 The invert () on assignment to first_prob is because
1181 first_prob represents the probability of fallthru,
1189 profile_probability first_prob
1204 first_prob);
1210 if (a) goto t; // first_prob;
1214 remains the same and first_prob is prob * cprob. */
1217 profile_probability first_prob = prob.split (cprob);
1220 if_true_label, first_prob);
1185 profile_probability first_prob local
1213 profile_probability first_prob = prob.split (cprob); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dojump.cc 1149 if (a) ; else goto f; // first_prob for ;
1150 // 1 - first_prob for goto f;
1165 The invert () on assignment to first_prob is because
1166 first_prob represents the probability of fallthru,
1174 profile_probability first_prob
1187 size, dest_label, NULL, first_prob);
1193 if (a) goto t; // first_prob;
1197 remains the same and first_prob is prob * cprob. */
1200 profile_probability first_prob = prob.split (cprob);
1202 size, NULL, if_true_label, first_prob);
1170 profile_probability first_prob local
1196 profile_probability first_prob = prob.split (cprob); local
    [all...]
dojump.cc 1149 if (a) ; else goto f; // first_prob for ;
1150 // 1 - first_prob for goto f;
1165 The invert () on assignment to first_prob is because
1166 first_prob represents the probability of fallthru,
1174 profile_probability first_prob
1187 size, dest_label, NULL, first_prob);
1193 if (a) goto t; // first_prob;
1197 remains the same and first_prob is prob * cprob. */
1200 profile_probability first_prob = prob.split (cprob);
1202 size, NULL, if_true_label, first_prob);
1170 profile_probability first_prob local
1196 profile_probability first_prob = prob.split (cprob); local
    [all...]

Completed in 30 milliseconds