Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dstmt.c401 static bool decl_conflicts_with_clobbers_p PARAMS ((tree, const HARD_REG_SET));
1430 decl_conflicts_with_clobbers_p (decl, clobbered_regs) in decl_conflicts_with_clobbers_p() function
1676 if (decl_conflicts_with_clobbers_p (val, clobbered_regs))
1768 if (decl_conflicts_with_clobbers_p (val, clobbered_regs))
DChangeLog11375 * stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.
12651 * stmt.c (decl_conflicts_with_clobbers_p): New function.
12653 decl_conflicts_with_clobbers_p for each input and output operand.