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

  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 277 is_tm_callable (tree x)
676 else if (is_tm_callable (fn) || is_tm_irrevocable (fn))
4729 if (is_tm_callable (decl))
4774 if (!is_tm_callable (e->callee->decl)
4840 if (is_tm_callable (fndecl))
5429 if (is_tm_callable (node->decl)
5628 doit = is_tm_callable (node->decl);
5629 else if (a <= AVAIL_AVAILABLE && is_tm_callable (node->decl))
276 is_tm_callable (tree x) function
trans-mem.cc 277 is_tm_callable (tree x)
676 else if (is_tm_callable (fn) || is_tm_irrevocable (fn))
4729 if (is_tm_callable (decl))
4774 if (!is_tm_callable (e->callee->decl)
4840 if (is_tm_callable (fndecl))
5429 if (is_tm_callable (node->decl)
5628 doit = is_tm_callable (node->decl);
5629 else if (a <= AVAIL_AVAILABLE && is_tm_callable (node->decl))
276 is_tm_callable (tree x) function
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 277 is_tm_callable (tree x)
673 else if (is_tm_callable (fn) || is_tm_irrevocable (fn))
4714 if (is_tm_callable (decl))
4759 if (!is_tm_callable (e->callee->decl)
4825 if (is_tm_callable (fndecl))
5414 if (is_tm_callable (node->decl)
5613 doit = is_tm_callable (node->decl);
5614 else if (a <= AVAIL_AVAILABLE && is_tm_callable (node->decl))
276 is_tm_callable (tree x) function
trans-mem.cc 277 is_tm_callable (tree x)
673 else if (is_tm_callable (fn) || is_tm_irrevocable (fn))
4714 if (is_tm_callable (decl))
4759 if (!is_tm_callable (e->callee->decl)
4825 if (is_tm_callable (fndecl))
5414 if (is_tm_callable (node->decl)
5613 doit = is_tm_callable (node->decl);
5614 else if (a <= AVAIL_AVAILABLE && is_tm_callable (node->decl))
276 is_tm_callable (tree x) function

Completed in 98 milliseconds