Searched refs:profile_block_flag (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dflags.h146 extern int profile_block_flag;
H A Dfinal.c150 used if profile_block_flag is set. */
339 if (profile_block_flag || profile_arc_flag)
349 if (profile_block_flag)
392 if (profile_block_flag)
402 if (profile_block_flag)
415 if (profile_block_flag)
425 if (write_symbols != NO_DEBUG && profile_block_flag)
453 if (profile_block_flag)
491 if (profile_block_flag)
507 if (profile_block_flag)
[all...]
H A Dtoplev.c399 int profile_block_flag; variable
3181 profile_block_flag = 0;
3227 && (profile_flag || profile_block_flag))
3250 if (profile_flag || profile_block_flag)
5233 profile_block_flag = (profile_block_flag < 2) ? 1 : 3;
5241 profile_block_flag = (!profile_block_flag
5242 || profile_block_flag == 2) ? 2 : 3;
5441 if (profile_block_flag
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Ddgux.c78 if (profile_block_flag)
H A Di386.h1188 The variable `profile_block_flag' will be set according to the
1191 profile_block_flag == 0, no option used:
1195 profile_block_flag == 1, -a option used.
1199 profile_block_flag == 2, -ax option used.
1217 If profile_block_flag == 2
1244 else if profile_block_flag != 0
1253 Note: When profile_block_flag == 2 the test need not be done
1286 switch (profile_block_flag) \
1346 If profile_block_flag == 2
1386 else if profile_block_flag !
[all...]
H A Dosfrose.h820 if (profile_block_flag) \
H A Di386.c2012 if ((profile_flag || profile_block_flag)
2103 if (flag_pic || profile_flag || profile_block_flag)
2239 if (profile_block_flag == 2)
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68k.h1014 switch (profile_block_flag) \
1035 switch (profile_block_flag) \
H A Dm68k.c538 if (profile_block_flag == 2)
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k.h1625 if (profile_block_flag) \
1631 else if (profile_block_flag \
H A Dm88k.c1538 if (profile_block_flag)
1806 if (profile_flag || profile_block_flag)
2023 if (profile_flag || profile_block_flag)
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c371 if ((profile_flag || profile_block_flag)
3290 else if (profile_block_flag == 2)
7610 If profile_block_flag == 2
7637 else if profile_block_flag != 0
7646 Note: When profile_block_flag == 2 the test need not be done
7671 if (profile_block_flag == 2)
7687 else if (profile_block_flag != 0)
7728 If profile_block_flag == 2
7768 else if profile_block_flag != 0
7797 if (profile_block_flag
[all...]
H A Dsparc.h390 if (profile_flag || profile_block_flag || profile_arc_flag) \
1054 if (profile_block_flag) \
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dc4x.h1194 The variable `profile_block_flag' will be set according to the
1197 profile_block_flag == 0, no option used:
1201 profile_block_flag == 1, -a option used.
1205 profile_block_flag == 2, -ax option used.
1221 if (profile_block_flag == 2) \
1300 if (profile_block_flag == 2) \
H A Dc4x.c823 if (profile_block_flag == 2)
1005 && ! (profile_block_flag == 2)
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960.c1372 if (profile_flag || profile_block_flag)
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dm32r.c1644 if (profile_flag || profile_block_flag)
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.c48 extern int profile_block_flag;
264 profile_block_flag = 0;
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c637 && ! profile_flag && ! profile_block_flag
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.c5952 if (profile_flag || profile_block_flag || TARGET_NO_SCHED_PRO)
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c6669 if (profile_flag || profile_block_flag)

Completed in 312 milliseconds