Searched refs:profile_arc_flag (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dflags.h150 extern int profile_arc_flag;
H A Dprofile.c471 if (! profile_arc_flag && ! flag_branch_probabilities
616 if (! profile_arc_flag && ! flag_branch_probabilities)
960 if (profile_arc_flag)
1462 if (profile_arc_flag)
H A Dtoplev.c403 int profile_arc_flag = 0; variable
947 {"profile-arcs", &profile_arc_flag, 1,
4042 if (profile_arc_flag || flag_test_coverage || flag_branch_probabilities)
H A Dfinal.c153 /* Number of instrumented arcs when profile_arc_flag is set. */
339 if (profile_block_flag || profile_arc_flag)
4029 if (profile_flag || profile_block_flag || profile_arc_flag)
/haiku-buildtools/gcc/gcc/
H A Dtree-profile.c682 || profile_arc_flag));
H A Dprofile.c1348 if (profile_arc_flag
H A Dipa-split.c1967 && !profile_arc_flag && !flag_branch_probabilities);
H A Dpasses.c326 if (profile_arc_flag || flag_test_coverage || flag_branch_probabilities)
H A Dbuiltins.c5102 if (!profile_arc_flag)
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c2382 if (regno == LP_REGNO && (profile_arc_flag > 0 || profile_flag > 0))
2480 else if (r == LP_REGNO && (profile_arc_flag > 0 || profile_flag > 0))
2507 if (regno == LP_REGNO && (profile_arc_flag > 0 || profile_flag > 0))
2958 if (profile_arc_flag == 2)
5830 && !profile_arc_flag
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.h390 if (profile_flag || profile_block_flag || profile_arc_flag) \

Completed in 208 milliseconds