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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 3922 basic_block l2_bb = NULL, l3_bb = NULL; local
3946 l2_bb = create_empty_bb (cont_bb);
3953 l2_bb = NULL;
4501 l2_bb = create_empty_bb (cont_bb);
4618 /* Emit code to get the next parallel iteration in L2_BB. */
4619 gsi = gsi_start_bb (l2_bb);
4671 ne = make_edge (l2_bb, l3_bb, EDGE_FALSE_VALUE);
4682 make_edge (cont_bb, l2_bb, EDGE_FALSE_VALUE);
4704 find_edge (cont_bb, l2_bb)->probability = e->probability.invert ();
4708 e = find_edge (cont_bb, l2_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 3834 basic_block l2_bb = NULL, l3_bb = NULL; local
3858 l2_bb = create_empty_bb (cont_bb);
3865 l2_bb = NULL;
4402 l2_bb = create_empty_bb (cont_bb);
4519 /* Emit code to get the next parallel iteration in L2_BB. */
4520 gsi = gsi_start_bb (l2_bb);
4572 ne = make_edge (l2_bb, l3_bb, EDGE_FALSE_VALUE);
4583 make_edge (cont_bb, l2_bb, EDGE_FALSE_VALUE);
4605 find_edge (cont_bb, l2_bb)->probability = e->probability.invert ();
4609 e = find_edge (cont_bb, l2_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 21 milliseconds