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

  /src/external/gpl3/gcc/dist/gcc/
cfgcleanup.cc 200 mark_effect (rtx exp, regset nonequal)
210 bitmap_clear_range (nonequal, REGNO (dest), REG_NREGS (dest));
221 bitmap_set_range (nonequal, REGNO (dest), REG_NREGS (dest));
229 /* Return true if X contains a register in NONEQUAL. */
231 mentions_nonequal_regs (const_rtx x, regset nonequal)
241 if (REGNO_REG_SET_P (nonequal, regno))
260 regset nonequal;
342 nonequal = BITMAP_ALLOC (NULL);
343 CLEAR_REG_SET (nonequal);
357 && mentions_nonequal_regs (cond2, nonequal))
257 regset nonequal; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgcleanup.cc 200 mark_effect (rtx exp, regset nonequal)
210 bitmap_clear_range (nonequal, REGNO (dest), REG_NREGS (dest));
221 bitmap_set_range (nonequal, REGNO (dest), REG_NREGS (dest));
229 /* Return true if X contains a register in NONEQUAL. */
231 mentions_nonequal_regs (const_rtx x, regset nonequal)
241 if (REGNO_REG_SET_P (nonequal, regno))
260 regset nonequal;
342 nonequal = BITMAP_ALLOC (NULL);
343 CLEAR_REG_SET (nonequal);
357 && mentions_nonequal_regs (cond2, nonequal))
257 regset nonequal; local
    [all...]

Completed in 17 milliseconds