Home
last modified time | relevance | path

Searched refs:decl_is_tm_clone (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDtrans-mem.c1831 gcc_assert (!decl_is_tm_clone (current_function_decl)); in execute_lower_tm()
2106 if (decl_is_tm_clone (current_function_decl)) in gate_tm_init()
3264 && !decl_is_tm_clone (current_function_decl)) in expand_block_edges()
3290 if (decl_is_tm_clone (current_function_decl)) in expand_block_edges()
3391 || (traverse_clones && decl_is_tm_clone (current_function_decl))) in expand_regions_1()
5196 if (e->caller == e->callee && decl_is_tm_clone (current_function_decl)) in ipa_tm_transform_calls_redirect()
HDprint-tree.c386 if (TREE_CODE (node) == FUNCTION_DECL && decl_is_tm_clone (node)) in print_node()
HDcgraph.h3148 decl_is_tm_clone (const_tree fndecl) in decl_is_tm_clone() function
HDgimple-pretty-print.c931 if (TREE_CODE (fn) == FUNCTION_DECL && decl_is_tm_clone (fn)) in dump_gimple_call()
HDcalls.c772 if (decl_is_tm_clone (fndecl)) in is_tm_builtin()
HDtree-cfg.c7999 && decl_is_tm_clone (fndecl)); in dump_function_to_file()
/dragonfly/contrib/gcc-4.7/gcc/
HDcgraph.h1106 decl_is_tm_clone (const_tree fndecl) in decl_is_tm_clone() function
HDprint-tree.c427 if (TREE_CODE (node) == FUNCTION_DECL && decl_is_tm_clone (node)) in print_node()
HDtrans-mem.c1702 gcc_assert (!decl_is_tm_clone (current_function_decl)); in execute_lower_tm()
1929 if (decl_is_tm_clone (current_function_decl)) in gate_tm_init()
4542 if (e->caller == e->callee && decl_is_tm_clone (current_function_decl)) in ipa_tm_transform_calls_redirect()
HDgimple-pretty-print.c703 if (TREE_CODE (fn) == FUNCTION_DECL && decl_is_tm_clone (fn)) in dump_gimple_call()
HDcalls.c628 if (decl_is_tm_clone (fndecl)) in is_tm_builtin()
HDtree-cfg.c6543 bool tmclone = TREE_CODE (fn) == FUNCTION_DECL && decl_is_tm_clone (fn); in dump_function_to_file()