Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtarget.h479 bool (* cannot_copy_insn_p) (rtx); member
H A Dcfglayout.c928 if (targetm.cannot_copy_insn_p) in cfg_layout_can_duplicate_bb_p()
933 if (INSN_P (insn) && targetm.cannot_copy_insn_p (insn)) in cfg_layout_can_duplicate_bb_p()