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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 4957 basic_block fin_bb, fourth_bb = NULL, fifth_bb = NULL, sixth_bb = NULL; local
5256 fourth_bb = split_block (third_bb, g)->dest;
5257 gsi = gsi_last_nondebug_bb (fourth_bb);
5266 fifth_bb = split_block (fourth_bb, g)->dest;
5592 if (fourth_bb)
5596 ep = find_edge (third_bb, fourth_bb);
5599 ep = find_edge (fourth_bb, fifth_bb);
5643 if (fourth_bb)
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 4858 basic_block fin_bb, fourth_bb = NULL, fifth_bb = NULL, sixth_bb = NULL; local
5157 fourth_bb = split_block (third_bb, g)->dest;
5158 gsi = gsi_last_nondebug_bb (fourth_bb);
5167 fifth_bb = split_block (fourth_bb, g)->dest;
5493 if (fourth_bb)
5498 ep = find_edge (third_bb, fourth_bb);
5502 ep = find_edge (fourth_bb, fifth_bb);
5548 if (fourth_bb)

Completed in 44 milliseconds