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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 3921 basic_block entry_bb, cont_bb, exit_bb, l0_bb, l1_bb, collapse_bb; local
3943 l1_bb = single_succ (l0_bb);
3947 gcc_assert (BRANCH_EDGE (cont_bb)->dest == l1_bb
3949 == l1_bb));
4491 gcc_assert (single_succ (l0_bb) == l1_bb);
4500 make_edge (cont_bb, l1_bb, 0);
4506 cont_bb = expand_omp_for_ordered_loops (fd, counts, cont_bb, l1_bb,
4616 collapse_bb = extract_omp_for_update_vars (fd, NULL, cont_bb, l1_bb);
4683 e = find_edge (cont_bb, l1_bb);
4687 gcc_assert (single_succ (e->dest) == l1_bb);
6438 basic_block entry_bb, cont_bb, exit_bb, l0_bb, l1_bb, l2_bb, l2_dom_bb; local
8350 basic_block entry_bb, l0_bb, l1_bb, l2_bb, default_bb; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 3833 basic_block entry_bb, cont_bb, exit_bb, l0_bb, l1_bb, collapse_bb; local
3855 l1_bb = single_succ (l0_bb);
3859 gcc_assert (BRANCH_EDGE (cont_bb)->dest == l1_bb
3861 == l1_bb));
4392 gcc_assert (single_succ (l0_bb) == l1_bb);
4401 make_edge (cont_bb, l1_bb, 0);
4407 cont_bb = expand_omp_for_ordered_loops (fd, counts, cont_bb, l1_bb,
4517 collapse_bb = extract_omp_for_update_vars (fd, NULL, cont_bb, l1_bb);
4584 e = find_edge (cont_bb, l1_bb);
4588 gcc_assert (single_succ (e->dest) == l1_bb);
6343 basic_block entry_bb, cont_bb, exit_bb, l0_bb, l1_bb, l2_bb, l2_dom_bb; local
8263 basic_block entry_bb, l0_bb, l1_bb, l2_bb, default_bb; local
    [all...]

Completed in 61 milliseconds