HomeSort by: relevance | last modified time | path
    Searched refs:best_cp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.c 2521 struct partial_call *best_cp = NULL; local
2536 if (best_cp != NULL)
2541 best_cp = cp;
2545 if (best_cp == NULL)
2589 best_cp = best_cp1;
2592 if (best_cp != NULL)
2595 best_cp = best_cp2;
2599 if (best_cp == NULL)
2610 if (best_cp != NULL)
2615 best_cp = cp
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 6407 class cost_pair *best_cp = NULL, *cp; local
6420 if (cheaper_cost_pair (cp, best_cp))
6421 best_cp = cp;
6424 if (best_cp == NULL)
6430 if (cheaper_cost_pair (cp, best_cp))
6431 best_cp = cp;
6435 iv_ca_set_cp (data, ivs, group, best_cp);
6870 cheaper local cost for GROUP than BEST_CP. Return pointer to
6871 the corresponding cost_pair, otherwise just return BEST_CP. */
6876 class cost_pair *best_cp)
6909 class cost_pair *old_cp, *best_cp = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 6357 class cost_pair *best_cp = NULL, *cp; local
6370 if (cheaper_cost_pair (cp, best_cp))
6371 best_cp = cp;
6374 if (best_cp == NULL)
6380 if (cheaper_cost_pair (cp, best_cp))
6381 best_cp = cp;
6385 iv_ca_set_cp (data, ivs, group, best_cp);
6820 cheaper local cost for GROUP than BEST_CP. Return pointer to
6821 the corresponding cost_pair, otherwise just return BEST_CP. */
6826 class cost_pair *best_cp)
6859 class cost_pair *old_cp, *best_cp = NULL; local
    [all...]

Completed in 27 milliseconds