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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-sr.cc 72 rtx_insn *insn, *bb_note; local
94 for (bb_note = PREV_INSN (PREV_INSN (insn));
95 bb_note != NULL;
96 bb_note = PREV_INSN (bb_note))
98 if (!NOTE_P (bb_note))
100 if (NOTE_KIND (bb_note) == NOTE_INSN_BASIC_BLOCK)
102 if (NOTE_KIND (bb_note) != NOTE_INSN_DELETED
103 && NOTE_KIND (bb_note) != NOTE_INSN_FUNCTION_BEG)
106 if (bb_note == NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv-sr.cc 72 rtx_insn *insn, *bb_note; local
94 for (bb_note = PREV_INSN (PREV_INSN (insn));
95 bb_note != NULL;
96 bb_note = PREV_INSN (bb_note))
98 if (!NOTE_P (bb_note))
100 if (NOTE_KIND (bb_note) == NOTE_INSN_BASIC_BLOCK)
102 if (NOTE_KIND (bb_note) != NOTE_INSN_DELETED
103 && NOTE_KIND (bb_note) != NOTE_INSN_FUNCTION_BEG)
106 if (bb_note == NULL
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc 153 rtx_insn *bb_note = NEXT_INSN (insn);
162 if (bb_note != NULL_RTX
163 && NOTE_INSN_BASIC_BLOCK_P (bb_note)
165 && bb == BLOCK_FOR_INSN (bb_note))
167 reorder_insns_nobb (insn, insn, bb_note);
168 BB_HEAD (bb) = bb_note;
169 if (BB_END (bb) == bb_note)
291 the note and basic block struct in BB_NOTE, if any and do not grow
298 create_basic_block_structure (rtx_insn *head, rtx_insn *end, rtx_note *bb_note,
303 if (bb_note
151 rtx_insn *bb_note = NEXT_INSN (insn); local
686 bb_note (basic_block bb) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc 153 rtx_insn *bb_note = NEXT_INSN (insn);
162 if (bb_note != NULL_RTX
163 && NOTE_INSN_BASIC_BLOCK_P (bb_note)
165 && bb == BLOCK_FOR_INSN (bb_note))
167 reorder_insns_nobb (insn, insn, bb_note);
168 BB_HEAD (bb) = bb_note;
169 if (BB_END (bb) == bb_note)
291 the note and basic block struct in BB_NOTE, if any and do not grow
298 create_basic_block_structure (rtx_insn *head, rtx_insn *end, rtx_note *bb_note,
303 if (bb_note
151 rtx_insn *bb_note = NEXT_INSN (insn); local
687 bb_note (basic_block bb) function
    [all...]

Completed in 25 milliseconds