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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.h 80 unsigned char adjustments; variable
ipa-split.cc 1350 ipa_param_adjustments *adjustments; local
1371 adjustments = new ipa_param_adjustments (new_params, j, skip_return);
1374 adjustments = NULL;
1379 (vNULL, NULL, adjustments,
1381 delete adjustments;
omp-simd-clone.cc 922 ipa_param_body_adjustments *adjustments)
931 ipa_adjusted_param adj = (*adjustments->m_adj_params)[j];
1001 ipa_param_body_adjustments *adjustments; member in struct:modify_stmt_info
1012 adjustments vector in the callback data. */
1033 pbr = info->adjustments->get_expr_replacement (*tp, true);
1128 described in ADJUSTMENTS. At function return, ADJUSTMENTS will be
1138 ipa_param_body_adjustments *adjustments,
1150 || (*adjustments->m_adj_params)[j].user_flag)
1157 adjustments->register_replacement (&(*adjustments->m_adj_params)[j], r)
1471 ipa_param_body_adjustments *adjustments local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.h 80 unsigned char adjustments; variable
ipa-split.cc 1347 ipa_param_adjustments *adjustments; local
1368 adjustments = new ipa_param_adjustments (new_params, j, skip_return);
1371 adjustments = NULL;
1376 (vNULL, NULL, adjustments,
1378 delete adjustments;
omp-simd-clone.cc 713 ipa_param_body_adjustments *adjustments local
716 adjustments->modify_formal_parameters ();
717 return adjustments;
757 ipa_param_body_adjustments *adjustments)
766 if ((*adjustments->m_adj_params)[j].op == IPA_PARAM_OP_COPY
834 ipa_param_body_adjustments *adjustments; member in struct:modify_stmt_info
845 adjustments vector in the callback data. */
866 pbr = info->adjustments->get_expr_replacement (*tp, true);
961 described in ADJUSTMENTS. At function return, ADJUSTMENTS will b
1196 ipa_param_body_adjustments *adjustments local
    [all...]
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 194 static long adjustments = 0; variable
1035 * process adjustments derived from the DCF77 observation
1078 while (adjustments > (1 << tmp))
1080 adjustments = 0;
1108 adjustments++;

Completed in 21 milliseconds