Home
last modified time | relevance | path

Searched refs:init_set (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.h184 rtx init_set; /* SET of INIT_INSN, if any. */ member
H A Dloop.c4533 bl->init_set = gen_rtx_SET (VOIDmode,
4571 src = SET_SRC (bl->init_set);
4669 && ! reg_mentioned_p (bl->biv->dest_reg, SET_SRC (bl->init_set)))
5727 bl->init_set = 0;
8303 if (blt->init_set
8304 && reg_mentioned_p (bivreg, SET_SRC (blt->init_set)))
9253 bl->init_set = set;
H A Dunroll.c2569 || reg_mentioned_p (bl->biv->dest_reg, SET_SRC (bl->init_set)))