HomeSort by: relevance | last modified time | path
    Searched defs:note_uses (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 1548 /* Like record_hard_reg_sets, but called through note_uses. */
2029 note_uses (rtx *pbody, void (*fun) (rtx *, void *), void *data)
2038 note_uses (&COND_EXEC_CODE (body), fun, data);
2043 note_uses (&XVECEXP (body, 0, i), fun, data);
2048 note_uses (&PATTERN (XVECEXP (body, 0, i)), fun, data);
2012 note_uses (rtx *pbody, void (*fun) (rtx *, void *), void *data) function
  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 1546 /* Like record_hard_reg_sets, but called through note_uses. */
2027 note_uses (rtx *pbody, void (*fun) (rtx *, void *), void *data)
2036 note_uses (&COND_EXEC_CODE (body), fun, data);
2041 note_uses (&XVECEXP (body, 0, i), fun, data);
2046 note_uses (&PATTERN (XVECEXP (body, 0, i)), fun, data);
2010 note_uses (rtx *pbody, void (*fun) (rtx *, void *), void *data) function

Completed in 74 milliseconds