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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-format-string.c 51 my_function(int n) function
py-format-string.c 51 my_function(int n) function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-format-string.c 51 my_function(int n) function
py-format-string.c 51 my_function(int n) function
  /src/external/gpl3/gcc/dist/gcc/
ipa-fnsummary.cc 1938 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); local
1942 FOR_EACH_BB_FN (bb, my_function)
1949 ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux
1951 *(ipa_predicate *) ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux = true;
1958 FOR_EACH_BB_FN (bb, my_function)
2009 if (pdom_bb == EXIT_BLOCK_PTR_FOR_FN (my_function) || !pdom_bb)
2684 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); local
2696 gcc_assert (my_function && my_function->cfg);
2697 gcc_assert (cfun == my_function);
    [all...]
ipa-fnsummary.cc 1938 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); local
1942 FOR_EACH_BB_FN (bb, my_function)
1949 ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux
1951 *(ipa_predicate *) ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux = true;
1958 FOR_EACH_BB_FN (bb, my_function)
2009 if (pdom_bb == EXIT_BLOCK_PTR_FOR_FN (my_function) || !pdom_bb)
2684 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); local
2696 gcc_assert (my_function && my_function->cfg);
2697 gcc_assert (cfun == my_function);
    [all...]
tree-inline.cc 4648 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl);
4653 gcc_assert (my_function && my_function->cfg);
4654 FOR_EACH_BB_FN (bb, my_function)
4647 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl); local
tree-inline.cc 4648 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl);
4653 gcc_assert (my_function && my_function->cfg);
4654 FOR_EACH_BB_FN (bb, my_function)
4647 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl); local
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-fnsummary.cc 1881 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); local
1885 FOR_EACH_BB_FN (bb, my_function)
1892 ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux
1894 *(ipa_predicate *) ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux = true;
1901 FOR_EACH_BB_FN (bb, my_function)
1952 if (pdom_bb == EXIT_BLOCK_PTR_FOR_FN (my_function) || !pdom_bb)
2612 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); local
2624 gcc_assert (my_function && my_function->cfg);
2625 gcc_assert (cfun == my_function);
    [all...]
ipa-fnsummary.cc 1881 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); local
1885 FOR_EACH_BB_FN (bb, my_function)
1892 ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux
1894 *(ipa_predicate *) ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux = true;
1901 FOR_EACH_BB_FN (bb, my_function)
1952 if (pdom_bb == EXIT_BLOCK_PTR_FOR_FN (my_function) || !pdom_bb)
2612 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); local
2624 gcc_assert (my_function && my_function->cfg);
2625 gcc_assert (cfun == my_function);
    [all...]
tree-inline.cc 4617 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl);
4622 gcc_assert (my_function && my_function->cfg);
4623 FOR_EACH_BB_FN (bb, my_function)
4616 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl); local
tree-inline.cc 4617 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl);
4622 gcc_assert (my_function && my_function->cfg);
4623 FOR_EACH_BB_FN (bb, my_function)
4616 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl); local

Completed in 91 milliseconds