Home
last modified time | relevance | path

Searched refs:may_use_call (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc1791 int may_use_call; in emit_block_move_hints() local
1806 may_use_call = 1; in emit_block_move_hints()
1810 may_use_call = block_move_libcall_safe_for_call_parm (); in emit_block_move_hints()
1818 may_use_call = 0; in emit_block_move_hints()
1822 may_use_call = -1; in emit_block_move_hints()
1879 else if (may_use_call && !might_overlap in emit_block_move_hints()
1890 if (may_use_call < 0) in emit_block_move_hints()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c1593 int may_use_call; in emit_block_move_hints() local
1608 may_use_call = 1; in emit_block_move_hints()
1612 may_use_call = block_move_libcall_safe_for_call_parm (); in emit_block_move_hints()
1620 may_use_call = 0; in emit_block_move_hints()
1624 may_use_call = -1; in emit_block_move_hints()
1675 else if (may_use_call && !might_overlap in emit_block_move_hints()
1686 if (may_use_call < 0) in emit_block_move_hints()