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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 7593 if (!(offset LTGT bound)) goto bottom_bb;
7603 <bottom_bb> [created by splitting start of exit_bb] insert BRANCH->head_bb
7665 basic_block bottom_bb = NULL; local
8043 /* Split the beginning of exit_bb to make bottom_bb. We
8050 bottom_bb = split->src;
8052 gsi = gsi_last_bb (bottom_bb);
8054 /* Chunk increment and test goes into bottom_bb. */
8060 /* Chunk test at end of bottom_bb. */
8065 /* Fixup edges from bottom_bb. */
8068 edge latch_edge = make_edge (bottom_bb, head_bb, EDGE_TRUE_VALUE)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 7504 if (!(offset LTGT bound)) goto bottom_bb;
7514 <bottom_bb> [created by splitting start of exit_bb] insert BRANCH->head_bb
7576 basic_block bottom_bb = NULL; local
7954 /* Split the beginning of exit_bb to make bottom_bb. We
7961 bottom_bb = split->src;
7963 gsi = gsi_last_bb (bottom_bb);
7965 /* Chunk increment and test goes into bottom_bb. */
7971 /* Chunk test at end of bottom_bb. */
7976 /* Fixup edges from bottom_bb. */
7979 edge latch_edge = make_edge (bottom_bb, head_bb, EDGE_TRUE_VALUE)
    [all...]

Completed in 35 milliseconds