Searched refs:tree_conflicts_with_clobbers_p (Results 1 – 7 of 7) sorted by relevance
2816 tree_conflicts_with_clobbers_p (tree t, HARD_REG_SET *clobbered_regs) in tree_conflicts_with_clobbers_p() function3335 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()
2971 tree_conflicts_with_clobbers_p (tree t, HARD_REG_SET *clobbered_regs, in tree_conflicts_with_clobbers_p() function3494 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()
10255 (tree_conflicts_with_clobbers_p): Move from stmt.c.10286 (tree_conflicts_with_clobbers_p): Move to cfgexpand.c.
19330 (tree_conflicts_with_clobbers_p). Take HARD_REG_SET * argument.
20239 * cfgexpand.c (tree_conflicts_with_clobbers_p): Pass location to
24618 (tree_conflicts_with_clobbers_p): Use %qE for identifiers in
28215 (tree_conflicts_with_clobbers_p): Same.