Home
last modified time | relevance | path

Searched refs:ecf_flags (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dipa-modref.c301 else if (ecf_flags & ECF_PURE) in remove_useless_eaf_flags()
342 if (ecf_flags & ECF_PURE) in useful_p()
415 if (ecf_flags & ECF_PURE) in useful_p()
2320 ecf_flags); in analyze_ssa_name()
2322 ecf_flags); in analyze_ssa_name()
2844 (flags, ecf_flags, in analyze_parms()
2850 (past, ecf_flags, in analyze_parms()
2890 (past, ecf_flags, in analyze_parms()
2920 (past, ecf_flags, in analyze_parms()
4493 int ecf_flags) in remove_useless_summaries() argument
[all …]
H A Dcalls.c389 if (!(ecf_flags & ECF_SIBCALL)) in emit_call_1()
428 if (ecf_flags & ECF_SIBCALL) in emit_call_1()
489 if (ecf_flags & ECF_CONST) in emit_call_1()
493 if (ecf_flags & ECF_PURE) in emit_call_1()
503 if (ecf_flags & ECF_NORETURN) in emit_call_1()
506 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
552 if (ecf_flags & ECF_NORETURN) in emit_call_1()
1409 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1455 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1457 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
H A Dipa-modref.h70 bool useful_p (int ecf_flags, bool check_flags = true);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-modref.c284 if (ecf_flags & ECF_PURE) in eaf_flags_useful_p()
303 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) in useful_p()
312 if (ecf_flags & ECF_PURE) in useful_p()
359 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) in useful_p()
368 if (ecf_flags & ECF_PURE) in useful_p()
1643 ecf_flags); in analyze_ssa_name_flags()
1645 ecf_flags); in analyze_ssa_name_flags()
1865 if (ecf_flags & ECF_PURE) in analyze_parms()
3273 cgraph_edge *e, int ecf_flags, in propagate_unknown_call() argument
3378 int ecf_flags) in remove_useless_summaries() argument
[all …]
H A Dipa-modref.h38 bool useful_p (int ecf_flags, bool check_flags = true);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-modref.c284 if (ecf_flags & ECF_PURE) in eaf_flags_useful_p()
303 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) in useful_p()
312 if (ecf_flags & ECF_PURE) in useful_p()
359 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) in useful_p()
368 if (ecf_flags & ECF_PURE) in useful_p()
1652 ecf_flags); in analyze_ssa_name_flags()
1654 ecf_flags); in analyze_ssa_name_flags()
1874 if (ecf_flags & ECF_PURE) in analyze_parms()
3282 cgraph_edge *e, int ecf_flags, in propagate_unknown_call() argument
3387 int ecf_flags) in remove_useless_summaries() argument
[all …]
H A Dipa-modref.h38 bool useful_p (int ecf_flags, bool check_flags = true);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-modref.c284 if (ecf_flags & ECF_PURE) in eaf_flags_useful_p()
303 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) in useful_p()
312 if (ecf_flags & ECF_PURE) in useful_p()
359 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) in useful_p()
368 if (ecf_flags & ECF_PURE) in useful_p()
1643 ecf_flags); in analyze_ssa_name_flags()
1645 ecf_flags); in analyze_ssa_name_flags()
1865 if (ecf_flags & ECF_PURE) in analyze_parms()
3273 cgraph_edge *e, int ecf_flags, in propagate_unknown_call() argument
3378 int ecf_flags) in remove_useless_summaries() argument
[all …]
H A Dipa-modref.h38 bool useful_p (int ecf_flags, bool check_flags = true);
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcalls.c296 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
351 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
395 if (ecf_flags & ECF_CONST) in emit_call_1()
399 if (ecf_flags & ECF_PURE) in emit_call_1()
409 if (ecf_flags & ECF_NORETURN) in emit_call_1()
412 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
458 if (ecf_flags & ECF_NORETURN) in emit_call_1()
1218 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1262 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1264 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
H A Dlto-cgraph.c284 int flags = edge->indirect_info->ecf_flags; in lto_output_edge()
1097 int ecf_flags = 0; in input_edge() local
1132 ecf_flags |= ECF_CONST; in input_edge()
1134 ecf_flags |= ECF_PURE; in input_edge()
1136 ecf_flags |= ECF_NORETURN; in input_edge()
1138 ecf_flags |= ECF_MALLOC; in input_edge()
1140 ecf_flags |= ECF_NOTHROW; in input_edge()
1142 ecf_flags |= ECF_RETURNS_TWICE; in input_edge()
1143 edge->indirect_info->ecf_flags = ecf_flags; in input_edge()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcalls.c296 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
351 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
395 if (ecf_flags & ECF_CONST) in emit_call_1()
399 if (ecf_flags & ECF_PURE) in emit_call_1()
409 if (ecf_flags & ECF_NORETURN) in emit_call_1()
412 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
458 if (ecf_flags & ECF_NORETURN) in emit_call_1()
1217 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1261 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1263 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
H A Dlto-cgraph.c284 int flags = edge->indirect_info->ecf_flags; in lto_output_edge()
1097 int ecf_flags = 0; in input_edge() local
1132 ecf_flags |= ECF_CONST; in input_edge()
1134 ecf_flags |= ECF_PURE; in input_edge()
1136 ecf_flags |= ECF_NORETURN; in input_edge()
1138 ecf_flags |= ECF_MALLOC; in input_edge()
1140 ecf_flags |= ECF_NOTHROW; in input_edge()
1142 ecf_flags |= ECF_RETURNS_TWICE; in input_edge()
1143 edge->indirect_info->ecf_flags = ecf_flags; in input_edge()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcalls.c304 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
359 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
403 if (ecf_flags & ECF_CONST) in emit_call_1()
407 if (ecf_flags & ECF_PURE) in emit_call_1()
417 if (ecf_flags & ECF_NORETURN) in emit_call_1()
420 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
466 if (ecf_flags & ECF_NORETURN) in emit_call_1()
1227 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1271 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1273 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
H A Dlto-cgraph.c293 int flags = edge->indirect_info->ecf_flags; in lto_output_edge()
1222 int ecf_flags = 0; in input_edge() local
1258 ecf_flags |= ECF_CONST; in input_edge()
1260 ecf_flags |= ECF_PURE; in input_edge()
1262 ecf_flags |= ECF_NORETURN; in input_edge()
1264 ecf_flags |= ECF_MALLOC; in input_edge()
1266 ecf_flags |= ECF_NOTHROW; in input_edge()
1268 ecf_flags |= ECF_RETURNS_TWICE; in input_edge()
1269 edge->indirect_info->ecf_flags = ecf_flags; in input_edge()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcalls.c280 if (!(ecf_flags & ECF_SIBCALL)) in emit_call_1()
319 if (ecf_flags & ECF_SIBCALL) in emit_call_1()
383 if (ecf_flags & ECF_CONST) in emit_call_1()
387 if (ecf_flags & ECF_PURE) in emit_call_1()
397 if (ecf_flags & ECF_NORETURN) in emit_call_1()
400 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
446 if (ecf_flags & ECF_NORETURN) in emit_call_1()
1352 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1396 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1398 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcalls.c280 if (!(ecf_flags & ECF_SIBCALL)) in emit_call_1()
319 if (ecf_flags & ECF_SIBCALL) in emit_call_1()
383 if (ecf_flags & ECF_CONST) in emit_call_1()
387 if (ecf_flags & ECF_PURE) in emit_call_1()
397 if (ecf_flags & ECF_NORETURN) in emit_call_1()
400 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
446 if (ecf_flags & ECF_NORETURN) in emit_call_1()
1352 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1396 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
1398 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcalls.c268 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
326 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
363 if (ecf_flags & ECF_PURE) in emit_call_1()
375 if (ecf_flags & (ECF_CONST | ECF_PURE)) in emit_call_1()
380 if (ecf_flags & ECF_NOTHROW) in emit_call_1()
395 if (ecf_flags & ECF_NORETURN) in emit_call_1()
399 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
439 && ! (ecf_flags & (ECF_CONST | ECF_PURE))) in emit_call_1()
929 int *must_preallocate, int *ecf_flags, in initialize_argument_information() argument
1055 *ecf_flags &= ~(ECF_CONST | ECF_LIBCALL_BLOCK); in initialize_argument_information()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcalls.c384 if (!(ecf_flags & ECF_SIBCALL)) in emit_call_1()
423 if (ecf_flags & ECF_SIBCALL) in emit_call_1()
484 if (ecf_flags & ECF_CONST) in emit_call_1()
488 if (ecf_flags & ECF_PURE) in emit_call_1()
498 if (ecf_flags & ECF_NORETURN) in emit_call_1()
501 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
547 if (ecf_flags & ECF_NORETURN) in emit_call_1()
2047 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
2093 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
2095 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
H A Dlto-cgraph.c277 int flags = edge->indirect_info->ecf_flags; in lto_output_edge()
1440 int ecf_flags = 0; in input_edge() local
1476 ecf_flags |= ECF_CONST; in input_edge()
1478 ecf_flags |= ECF_PURE; in input_edge()
1480 ecf_flags |= ECF_NORETURN; in input_edge()
1482 ecf_flags |= ECF_MALLOC; in input_edge()
1484 ecf_flags |= ECF_NOTHROW; in input_edge()
1486 ecf_flags |= ECF_RETURNS_TWICE; in input_edge()
1487 edge->indirect_info->ecf_flags = ecf_flags; in input_edge()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcalls.c384 if (!(ecf_flags & ECF_SIBCALL)) in emit_call_1()
423 if (ecf_flags & ECF_SIBCALL) in emit_call_1()
484 if (ecf_flags & ECF_CONST) in emit_call_1()
488 if (ecf_flags & ECF_PURE) in emit_call_1()
498 if (ecf_flags & ECF_NORETURN) in emit_call_1()
501 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
547 if (ecf_flags & ECF_NORETURN) in emit_call_1()
2048 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
2094 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
2096 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
H A Dlto-cgraph.c277 int flags = edge->indirect_info->ecf_flags; in lto_output_edge()
1440 int ecf_flags = 0; in input_edge() local
1476 ecf_flags |= ECF_CONST; in input_edge()
1478 ecf_flags |= ECF_PURE; in input_edge()
1480 ecf_flags |= ECF_NORETURN; in input_edge()
1482 ecf_flags |= ECF_MALLOC; in input_edge()
1484 ecf_flags |= ECF_NOTHROW; in input_edge()
1486 ecf_flags |= ECF_RETURNS_TWICE; in input_edge()
1487 edge->indirect_info->ecf_flags = ecf_flags; in input_edge()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcalls.c384 if (!(ecf_flags & ECF_SIBCALL)) in emit_call_1()
423 if (ecf_flags & ECF_SIBCALL) in emit_call_1()
484 if (ecf_flags & ECF_CONST) in emit_call_1()
488 if (ecf_flags & ECF_PURE) in emit_call_1()
498 if (ecf_flags & ECF_NORETURN) in emit_call_1()
501 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
547 if (ecf_flags & ECF_NORETURN) in emit_call_1()
2047 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
2093 if (*ecf_flags & ECF_CONST) in initialize_argument_information()
2095 *ecf_flags &= ~ECF_CONST; in initialize_argument_information()
[all …]
H A Dlto-cgraph.c277 int flags = edge->indirect_info->ecf_flags; in lto_output_edge()
1440 int ecf_flags = 0; in input_edge() local
1476 ecf_flags |= ECF_CONST; in input_edge()
1478 ecf_flags |= ECF_PURE; in input_edge()
1480 ecf_flags |= ECF_NORETURN; in input_edge()
1482 ecf_flags |= ECF_MALLOC; in input_edge()
1484 ecf_flags |= ECF_NOTHROW; in input_edge()
1486 ecf_flags |= ECF_RETURNS_TWICE; in input_edge()
1487 edge->indirect_info->ecf_flags = ecf_flags; in input_edge()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcalls.c393 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
451 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
488 if (ecf_flags & ECF_PURE) in emit_call_1()
500 if (ecf_flags & (ECF_CONST | ECF_PURE)) in emit_call_1()
505 if (ecf_flags & ECF_NOTHROW) in emit_call_1()
511 if (ecf_flags & ECF_NORETURN) in emit_call_1()
514 if (ecf_flags & ECF_ALWAYS_RETURN) in emit_call_1()
518 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
558 && ! (ecf_flags & (ECF_CONST | ECF_PURE))) in emit_call_1()
1041 int *must_preallocate, int *ecf_flags, in initialize_argument_information() argument
[all …]

12345678910>>...15