Home
last modified time | relevance | path

Searched refs:tree_conflicts_with_clobbers_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgexpand.c2816 tree_conflicts_with_clobbers_p (tree t, HARD_REG_SET *clobbered_regs) in tree_conflicts_with_clobbers_p() function
3335 if (tree_conflicts_with_clobbers_p (output_tvec[i], &clobbered_regs)) in expand_asm_stmt()
3338 if (tree_conflicts_with_clobbers_p (input_tvec[i], &clobbered_regs)) in expand_asm_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgexpand.cc2971 tree_conflicts_with_clobbers_p (tree t, HARD_REG_SET *clobbered_regs, in tree_conflicts_with_clobbers_p() function
3494 if (tree_conflicts_with_clobbers_p (output_tvec[i], &clobbered_regs, locus)) in expand_asm_stmt()
3497 if (tree_conflicts_with_clobbers_p (input_tvec[i], &clobbered_regs, locus)) in expand_asm_stmt()
H A DChangeLog-201310255 (tree_conflicts_with_clobbers_p): Move from stmt.c.
10286 (tree_conflicts_with_clobbers_p): Move to cfgexpand.c.
H A DChangeLog-200619330 (tree_conflicts_with_clobbers_p). Take HARD_REG_SET * argument.
H A DChangeLog-202120239 * cfgexpand.c (tree_conflicts_with_clobbers_p): Pass location to
H A DChangeLog-200924618 (tree_conflicts_with_clobbers_p): Use %qE for identifiers in
H A DChangeLog-201928215 (tree_conflicts_with_clobbers_p): Same.