HomeSort by: relevance | last modified time | path
    Searched refs:decl_is_tm_clone (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 1825 gcc_assert (!decl_is_tm_clone (current_function_decl));
1998 outermost region for DECL_IS_TM_CLONE need not collect this. */
2101 if (decl_is_tm_clone (current_function_decl))
3261 && !decl_is_tm_clone (current_function_decl))
3287 if (decl_is_tm_clone (current_function_decl))
3389 || (traverse_clones && decl_is_tm_clone (current_function_decl)))
5193 if (e->caller == e->callee && decl_is_tm_clone (current_function_decl))
print-tree.cc 439 if (TREE_CODE (node) == FUNCTION_DECL && decl_is_tm_clone (node))
cgraph.h 3337 decl_is_tm_clone (const_tree fndecl) function
gimple-pretty-print.cc 972 if (TREE_CODE (fn) == FUNCTION_DECL && decl_is_tm_clone (fn))
calls.cc 748 if (decl_is_tm_clone (fndecl))
tree-cfg.cc 8049 && decl_is_tm_clone (fndecl));
  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 1831 gcc_assert (!decl_is_tm_clone (current_function_decl));
2007 outermost region for DECL_IS_TM_CLONE need not collect this. */
2110 if (decl_is_tm_clone (current_function_decl))
3273 && !decl_is_tm_clone (current_function_decl))
3299 if (decl_is_tm_clone (current_function_decl))
3401 || (traverse_clones && decl_is_tm_clone (current_function_decl)))
5208 if (e->caller == e->callee && decl_is_tm_clone (current_function_decl))
print-tree.cc 440 if (TREE_CODE (node) == FUNCTION_DECL && decl_is_tm_clone (node))
cgraph.h 3340 decl_is_tm_clone (const_tree fndecl) function
gimple-pretty-print.cc 968 if (TREE_CODE (fn) == FUNCTION_DECL && decl_is_tm_clone (fn))
calls.cc 753 if (decl_is_tm_clone (fndecl))
tree-cfg.cc 8271 && decl_is_tm_clone (fndecl));

Completed in 252 milliseconds