Home | History | Annotate | Download | only in include

Lines Matching refs:DEST

476 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR)			\
477 for ((DEST) = first_readonly_imm_use (&(ITER), (SSAVAR)); \
479 (DEST) = next_readonly_imm_use (&(ITER)))
511 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \
512 for ((DEST) = first_imm_use_on_stmt (&(ITER)); \
514 (DEST) = next_imm_use_on_stmt (&(ITER)))