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

  /src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc 5072 restore_other_notes (rtx_insn *head, basic_block head_bb)
5079 head_bb = BLOCK_FOR_INSN (head);
5081 head = NEXT_INSN (bb_note (head_bb));
5085 set_block_for_insn (note_head, head_bb);
5089 set_block_for_insn (note_head, head_bb);
5096 if (BLOCK_FOR_INSN (head) != head_bb)
5097 BB_END (head_bb) = note_list;
omp-expand.cc 7590 <head_bb> [created by splitting end of entry_bb]
7603 <bottom_bb> [created by splitting start of exit_bb] insert BRANCH->head_bb
7605 if (chunk < chunk_max) goto head_bb;
7718 /* Split the end of entry_bb to create head_bb. */
7720 basic_block head_bb = split->dest; local
7841 /* Fixup edges from head_bb. */
7842 be = BRANCH_EDGE (head_bb);
7843 fte = FALLTHRU_EDGE (head_bb);
7864 /* Loop offset & bound go into head_bb. */
7865 gsi = gsi_start_bb (head_bb);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 5068 restore_other_notes (rtx_insn *head, basic_block head_bb)
5075 head_bb = BLOCK_FOR_INSN (head);
5077 head = NEXT_INSN (bb_note (head_bb));
5081 set_block_for_insn (note_head, head_bb);
5085 set_block_for_insn (note_head, head_bb);
5092 if (BLOCK_FOR_INSN (head) != head_bb)
5093 BB_END (head_bb) = note_list;
omp-expand.cc 7501 <head_bb> [created by splitting end of entry_bb]
7514 <bottom_bb> [created by splitting start of exit_bb] insert BRANCH->head_bb
7516 if (chunk < chunk_max) goto head_bb;
7629 /* Split the end of entry_bb to create head_bb. */
7631 basic_block head_bb = split->dest; local
7752 /* Fixup edges from head_bb. */
7753 be = BRANCH_EDGE (head_bb);
7754 fte = FALLTHRU_EDGE (head_bb);
7775 /* Loop offset & bound go into head_bb. */
7776 gsi = gsi_start_bb (head_bb);
    [all...]

Completed in 31 milliseconds