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

  /src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc 283 int flags = edge->indirect_info->ecf_flags;
1508 int ecf_flags = 0; local
1546 ecf_flags |= ECF_CONST;
1548 ecf_flags |= ECF_PURE;
1550 ecf_flags |= ECF_NORETURN;
1552 ecf_flags |= ECF_MALLOC;
1554 ecf_flags |= ECF_NOTHROW;
1556 ecf_flags |= ECF_RETURNS_TWICE;
1557 edge->indirect_info->ecf_flags = ecf_flags;
    [all...]
ipa-inline.cc 1962 int ecf_flags = flags_from_decl_or_type (target->decl); local
1963 if (ecf_flags & ECF_CONST)
1966 ->ecf_flags & ECF_CONST))
1969 else if (ecf_flags & ECF_PURE)
1972 ->ecf_flags & ECF_PURE))
cgraph.h 1136 cgraph_edge *create_indirect_edge (gcall *call_stmt, int ecf_flags,
1671 int ecf_flags; variable
ipa-modref.cc 295 /* Remove all flags from EAF_FLAGS that are implied by ECF_FLAGS and not
299 remove_useless_eaf_flags (int eaf_flags, int ecf_flags, bool returns_void)
301 if (ecf_flags & (ECF_CONST | ECF_NOVOPS))
303 else if (ecf_flags & ECF_PURE)
305 else if ((ecf_flags & ECF_NORETURN) || returns_void)
313 eaf_flags_useful_p (vec <eaf_flags_t> &flags, int ecf_flags)
316 if (remove_useless_eaf_flags (flags[i], ecf_flags, false))
325 modref_summary::useful_p (int ecf_flags, bool check_flags)
329 if (check_flags && eaf_flags_useful_p (arg_flags, ecf_flags))
332 if (check_flags && remove_useless_eaf_flags (retslot_flags, ecf_flags, false)
2476 int ecf_flags = gimple_call_flags (call); local
2917 int ecf_flags = flags_from_decl_or_type (current_function_decl); local
3250 int ecf_flags = flags_from_decl_or_type (current_function_decl); local
5235 int ecf_flags = flags_from_decl_or_type local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-cgraph.cc 281 int flags = edge->indirect_info->ecf_flags;
1463 int ecf_flags = 0; local
1501 ecf_flags |= ECF_CONST;
1503 ecf_flags |= ECF_PURE;
1505 ecf_flags |= ECF_NORETURN;
1507 ecf_flags |= ECF_MALLOC;
1509 ecf_flags |= ECF_NOTHROW;
1511 ecf_flags |= ECF_RETURNS_TWICE;
1512 edge->indirect_info->ecf_flags = ecf_flags;
    [all...]
ipa-inline.cc 1853 int ecf_flags = flags_from_decl_or_type (target->decl); local
1854 if (ecf_flags & ECF_CONST)
1857 ->ecf_flags & ECF_CONST))
1860 else if (ecf_flags & ECF_PURE)
1863 ->ecf_flags & ECF_PURE))
cgraph.h 1141 cgraph_edge *create_indirect_edge (gcall *call_stmt, int ecf_flags,
1668 int ecf_flags; variable
ipa-modref.cc 293 /* Remove all flags from EAF_FLAGS that are implied by ECF_FLAGS and not
297 remove_useless_eaf_flags (int eaf_flags, int ecf_flags, bool returns_void)
299 if (ecf_flags & (ECF_CONST | ECF_NOVOPS))
301 else if (ecf_flags & ECF_PURE)
303 else if ((ecf_flags & ECF_NORETURN) || returns_void)
311 eaf_flags_useful_p (vec <eaf_flags_t> &flags, int ecf_flags)
314 if (remove_useless_eaf_flags (flags[i], ecf_flags, false))
323 modref_summary::useful_p (int ecf_flags, bool check_flags)
327 if (check_flags && eaf_flags_useful_p (arg_flags, ecf_flags))
330 if (check_flags && remove_useless_eaf_flags (retslot_flags, ecf_flags, false)
2473 int ecf_flags = gimple_call_flags (call); local
2914 int ecf_flags = flags_from_decl_or_type (current_function_decl); local
3247 int ecf_flags = flags_from_decl_or_type (current_function_decl); local
5179 int ecf_flags = flags_from_decl_or_type local
    [all...]

Completed in 44 milliseconds