Home
last modified time | relevance | path

Searched refs:count_reg_usage (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDcse.c626 static void count_reg_usage (rtx, int *, rtx, int);
7290 count_reg_usage (rtx x, int *counts, rtx dest, int incr) in count_reg_usage() function
7321 count_reg_usage (XEXP (XEXP (x, 0), 0), counts, NULL_RTX, incr); in count_reg_usage()
7327 count_reg_usage (SET_DEST (x), counts, NULL_RTX, incr); in count_reg_usage()
7328 count_reg_usage (SET_SRC (x), counts, in count_reg_usage()
7341 count_reg_usage (CALL_INSN_FUNCTION_USAGE (x), counts, dest, incr); in count_reg_usage()
7342 count_reg_usage (PATTERN (x), counts, dest, incr); in count_reg_usage()
7357 count_reg_usage (XEXP (eqv, 0), counts, dest, incr); in count_reg_usage()
7362 count_reg_usage (eqv, counts, dest, incr); in count_reg_usage()
7372 count_reg_usage (XEXP (x, 0), counts, NULL_RTX, incr); in count_reg_usage()
[all …]
HDChangeLog-20036227 * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
12664 * cse.c (count_reg_usage): Handle asm_operands properly.
21883 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
24155 * cse.c (count_reg_usage, case EXPR_LIST): New case.
29676 * cse.c (count_reg_usage): Do not check side_effects_p.
31657 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
HDChangeLog-19988860 * cse.c (count_reg_usage): Count registers used in addresses of
13862 * cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.
HDChangeLog-200414833 hash_rtx, exp_equiv_p, cse_basic_block, count_reg_usage,
26712 count_reg_usage): Likewise.
29799 cse_set_around_loop, count_reg_usage, set_live_p, cse_change_cc_mode,
HDFSFChangeLog.113790 (cse_process_note, count_reg_usage): Likewise.
HDChangeLog-200510111 * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
10115 * cse.c (count_reg_usage): In INSN, JUMP_INSN and CALL_INSN cases,
HDChangeLog-199910475 count_reg_usage): Likewise.
HDChangeLog-200230744 (count_reg_usage): Same.