Searched refs:gfc_unlikely (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c752 gfc_unlikely (error_cond, PRED_FORTRAN_FAIL_ALLOC),
850 null_mem = gfc_unlikely (fold_build2_loc (input_location, NE_EXPR,
932 gfc_unlikely (cond, PRED_FORTRAN_FAIL_ALLOC),
1461 gfc_unlikely (cond2, PRED_FORTRAN_FAIL_ALLOC),
1519 gfc_unlikely (cond2, PRED_FORTRAN_REALLOC),
1677 gfc_unlikely (cond2, PRED_FORTRAN_REALLOC),
2339 gfc_unlikely (tree cond, enum br_predictor predictor) function
H A Dtrans.h719 tree gfc_unlikely (tree, enum br_predictor);
H A Dtrans-stmt.c2613 gfc_unlikely (tmp, PRED_FORTRAN_LOOP_PREHEADER),
2628 gfc_unlikely (tmp, PRED_FORTRAN_LOOP_PREHEADER),
6876 gfc_unlikely (parm, PRED_FORTRAN_FAIL_ALLOC),
7380 gfc_unlikely (cond, PRED_FORTRAN_FAIL_ALLOC),
7420 gfc_unlikely (cond, PRED_FORTRAN_FAIL_ALLOC), tmp,
H A Dtrans-io.c667 cond3 = gfc_unlikely (cond3, PRED_FORTRAN_FAIL_IO);
H A Dtrans-array.c5752 cond = gfc_unlikely (fold_build2_loc (input_location, LT_EXPR,
5757 cond = gfc_unlikely (fold_build2_loc (input_location, EQ_EXPR,
5853 cond = gfc_unlikely (fold_build2_loc (input_location, LT_EXPR,
5858 cond = gfc_unlikely (fold_build2_loc (input_location, EQ_EXPR,
6137 cond = gfc_unlikely (fold_build2_loc (input_location, NE_EXPR,
H A Dtrans-intrinsic.c2716 invalid_bound = gfc_unlikely (invalid_bound, PRED_FORTRAN_INVALID_BOUND);
5454 cond = gfc_unlikely (cond, PRED_BUILTIN_EXPECT);
5552 cond = gfc_unlikely (cond, PRED_BUILTIN_EXPECT);
H A Dtrans-expr.c5238 tmp = gfc_unlikely (tmp, PRED_FORTRAN_CONTIGUOUS);
5857 gfc_unlikely (tmp, PRED_FORTRAN_ABSENT_DUMMY),
10945 gfc_unlikely (tmp,
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc825 gfc_unlikely (error_cond, PRED_FORTRAN_FAIL_ALLOC),
923 null_mem = gfc_unlikely (fold_build2_loc (input_location, NE_EXPR,
1005 gfc_unlikely (cond, PRED_FORTRAN_FAIL_ALLOC),
1534 gfc_unlikely (cond2, PRED_FORTRAN_FAIL_ALLOC),
1592 gfc_unlikely (cond2, PRED_FORTRAN_REALLOC),
1750 gfc_unlikely (cond2, PRED_FORTRAN_REALLOC),
2431 gfc_unlikely (tree cond, enum br_predictor predictor) function
H A Dtrans.h724 tree gfc_unlikely (tree, enum br_predictor);
H A Dtrans-stmt.cc2651 gfc_unlikely (tmp, PRED_FORTRAN_LOOP_PREHEADER),
2666 gfc_unlikely (tmp, PRED_FORTRAN_LOOP_PREHEADER),
6909 gfc_unlikely (parm, PRED_FORTRAN_FAIL_ALLOC),
7413 gfc_unlikely (cond, PRED_FORTRAN_FAIL_ALLOC),
7453 gfc_unlikely (cond, PRED_FORTRAN_FAIL_ALLOC), tmp,
H A Dtrans-io.cc667 cond3 = gfc_unlikely (cond3, PRED_FORTRAN_FAIL_IO);
H A Dtrans-array.cc5862 cond = gfc_unlikely (fold_build2_loc (input_location, LT_EXPR,
5867 cond = gfc_unlikely (fold_build2_loc (input_location, EQ_EXPR,
5963 cond = gfc_unlikely (fold_build2_loc (input_location, LT_EXPR,
5968 cond = gfc_unlikely (fold_build2_loc (input_location, EQ_EXPR,
6247 cond = gfc_unlikely (fold_build2_loc (input_location, NE_EXPR,
H A Dtrans-intrinsic.cc2724 invalid_bound = gfc_unlikely (invalid_bound, PRED_FORTRAN_INVALID_BOUND);
5598 cond = gfc_unlikely (cond, PRED_BUILTIN_EXPECT);
5696 cond = gfc_unlikely (cond, PRED_BUILTIN_EXPECT);
H A Dtrans-expr.cc5341 tmp = gfc_unlikely (tmp, PRED_FORTRAN_CONTIGUOUS);
6291 gfc_unlikely (tmp, PRED_FORTRAN_ABSENT_DUMMY),
11483 gfc_unlikely (tmp,

Completed in 532 milliseconds