Searched refs:btr_referenced_p (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dbt-load.c116 static int btr_referenced_p (rtx, rtx *);
189 /* A subroutine of btr_referenced_p, called through for_each_rtx.
218 btr_referenced_p (rtx x, rtx *excludep)
244 gcc_assert (!btr_referenced_p (src, NULL));
261 return btr_referenced_p (insn, NULL) ? btr_reference_found : NULL;
355 unambiguous_single_use = !btr_referenced_p (PATTERN (insn), usep);
531 if (btr_referenced_p (PATTERN (insn), NULL))
217 btr_referenced_p (rtx x, rtx *excludep) function

Completed in 64 milliseconds