Searched refs:ECF_COLD (Results 1 – 7 of 7) sorted by relevance
58 | ECF_COLD); in init_exception_processing()550 ECF_NOTHROW | ECF_MALLOC | ECF_COLD, ECF_TM_PURE); in do_allocate_exception()655 ECF_NORETURN | ECF_COLD, in build_throw()660 ECF_NORETURN | ECF_COLD, in build_throw()806 ECF_NORETURN | ECF_COLD, in build_throw()
4813 ECF_NORETURN | ECF_NOTHROW | ECF_COLD); in cxx_init_decl_processing()5141 tree fn = push_library_fn (name, type, NULL_TREE, ECF_NORETURN | ECF_COLD); in push_throw_library_fn()
10034 NULL_TREE, ECF_NORETURN | ECF_COLD); in build_vtbl_initializer()
97 #define ECF_COLD (1 << 15) macro
9631 if (flags & ECF_COLD) in set_call_expr_flags()9696 | ECF_CONST | ECF_COLD); in build_common_builtin_nodes()9700 ECF_LEAF | ECF_NORETURN | ECF_CONST | ECF_COLD); in build_common_builtin_nodes()
831 flags |= ECF_COLD; in flags_from_decl_or_type()
27998 * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.27999 * tree-core.h (ECF_COLD): New.28000 * tree.c (set_call_expr_flags): Handle ECF_COLD.