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

/freebsd-11.0-release/contrib/gcc/
H A Dsched-ebb.c168 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_END (bb)));
733 && NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (bb->next_bb)));
H A Dcfgrtl.c575 if (NOTE_INSN_BASIC_BLOCK_P (b_head))
1400 if (NOTE_INSN_BASIC_BLOCK_P (tmp))
1957 if (!NOTE_INSN_BASIC_BLOCK_P (x) || NOTE_BASIC_BLOCK (x) != bb)
1970 if (NOTE_INSN_BASIC_BLOCK_P (x))
2072 if (NOTE_INSN_BASIC_BLOCK_P (x))
2626 if (!NOTE_INSN_BASIC_BLOCK_P (first))
2628 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (first));
2643 if (!NOTE_INSN_BASIC_BLOCK_P (insn))
2645 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn));
3024 || NOTE_INSN_BASIC_BLOCK_P (ins
[all...]
H A Dhaifa-sched.c1991 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note));
3822 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (second_bb)));
3982 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note));
4033 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn));
4159 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note));
4203 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note));
4303 if (!NOTE_INSN_BASIC_BLOCK_P (BB_END (jump_bb_next)))
4558 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note));
4634 || (NOTE_INSN_BASIC_BLOCK_P (head)
4661 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (hea
[all...]
H A Dloop-unroll.c2009 while (!NOTE_INSN_BASIC_BLOCK_P (insn))
2055 while (!NOTE_INSN_BASIC_BLOCK_P (insn))
H A Dflow.c350 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn));
855 insn && !NOTE_INSN_BASIC_BLOCK_P (insn);
H A Dreg-stack.c860 || NOTE_INSN_BASIC_BLOCK_P (tmp)
H A Drtl.h868 #define NOTE_INSN_BASIC_BLOCK_P(INSN) \
866 #define NOTE_INSN_BASIC_BLOCK_P macro
H A Dgcse.c4096 || NOTE_INSN_BASIC_BLOCK_P (insn))
H A Dreload1.c7985 if (NOTE_INSN_BASIC_BLOCK_P (i1))

Completed in 153 milliseconds