Searched refs:is_call (Results 1 – 6 of 6) sorted by relevance
207 int is_call = CALL_P (insn) ? EDGE_ABNORMAL_CALL : 0; in rtl_make_eh_edge() local214 EDGE_ABNORMAL | EDGE_EH | is_call); in rtl_make_eh_edge()
28336 is_nonlocal_return, is_unconditional flags, remove is_call flag.
112 #define is_call is_gre.gs_call macro
1560 is->is_call[0] = fin->fin_data[0];1561 is->is_call[1] = fin->fin_data[1];
1928 bfd_boolean is_call; in mark_functions_via_relocs() local1965 is_call = (insn[0] & 0xfd) == 0x31; in mark_functions_via_relocs()1988 fun = maybe_insert_function (sym_sec, sym, FALSE, is_call); in mark_functions_via_relocs()1990 fun = maybe_insert_function (sym_sec, h, TRUE, is_call); in mark_functions_via_relocs()2009 callee->is_tail = !is_call; in mark_functions_via_relocs()2012 else if (!is_call in mark_functions_via_relocs()
10701 int is_call = strstr (idesc->name, ".call") != NULL; local10729 if (is_call)