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

/haiku-buildtools/gcc/gcc/
H A Dbt-load.c1170 rtx_insn *insp = BB_HEAD (b);
1194 if (LABEL_P (insp))
1195 insp = NEXT_INSN (insp);
1196 /* N.B.: insp is expected to be NOTE_INSN_BASIC_BLOCK now. Some
1197 optimizations can result in insp being both first and last insn of
1199 /* ?? some assertions to check that insp is sensible? */
1203 insp = BB_END (b);
1204 for (insp = BB_END (b); ! INSN_P (insp); ins
1169 rtx_insn *insp = BB_HEAD (b); local
[all...]

Completed in 38 milliseconds