HomeSort by: relevance | last modified time | path
    Searched defs:empty_bb (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
modulo-sched.cc 1219 bool empty_bb = true;
1232 empty_bb = false;
1236 if (! empty_bb)
1216 bool empty_bb = true; local
trans-mem.cc 3035 basic_block empty_bb = create_empty_bb (transaction_bb);
3036 region->restart_block = empty_bb;
3037 add_bb_to_loop (empty_bb, transaction_bb->loop_father);
3039 redirect_edge_pred (fallthru_edge, empty_bb);
3040 make_edge (transaction_bb, empty_bb, EDGE_FALLTHRU);
3028 basic_block empty_bb = create_empty_bb (transaction_bb); local
  /src/external/gpl3/gcc.old/dist/gcc/
modulo-sched.cc 1219 bool empty_bb = true;
1232 empty_bb = false;
1236 if (! empty_bb)
1216 bool empty_bb = true; local
trans-mem.cc 3026 basic_block empty_bb = create_empty_bb (transaction_bb);
3027 region->restart_block = empty_bb;
3028 add_bb_to_loop (empty_bb, transaction_bb->loop_father);
3030 redirect_edge_pred (fallthru_edge, empty_bb);
3031 make_edge (transaction_bb, empty_bb, EDGE_FALLTHRU);
3019 basic_block empty_bb = create_empty_bb (transaction_bb); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25465 resolver and store the pointer in EMPTY_BB. Return the decl of the resolver
25471 basic_block *empty_bb)
25517 *empty_bb = init_lowered_empty_function (decl, false,
25613 EMPTY_BB is the basic block pointer in DISPATCH_DECL in which the dispatch
25619 basic_block *empty_bb)
25631 && empty_bb != NULL);
25663 *empty_bb = add_condition_to_bb (dispatch_decl, clones[ix], ix,
25664 *empty_bb);
25679 basic_block empty_bb;
25691 = make_resolver_func (ninfo->next->this_node->decl, node->decl, &empty_bb);
25629 basic_block empty_bb; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25029 resolver and store the pointer in EMPTY_BB. Return the decl of the resolver
25035 basic_block *empty_bb)
25081 *empty_bb = init_lowered_empty_function (decl, false,
25177 EMPTY_BB is the basic block pointer in DISPATCH_DECL in which the dispatch
25183 basic_block *empty_bb)
25195 && empty_bb != NULL);
25227 *empty_bb = add_condition_to_bb (dispatch_decl, clones[ix], ix,
25228 *empty_bb);
25243 basic_block empty_bb;
25255 = make_resolver_func (ninfo->next->this_node->decl, node->decl, &empty_bb);
25193 basic_block empty_bb; local
    [all...]

Completed in 70 milliseconds