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

  /src/external/gpl3/gcc/dist/gcc/
mode-switching.cc 86 int single_succ;
589 /* A backwards confluence function. Update the bb_info single_succ
591 At the end of the dataflow problem, single_succ is the single mode
611 int src_mode = bb_info[e->src->index].single_succ;
620 dest_mode = bb_info[e->dest->index].single_succ;
632 bb_info[e->src->index].single_succ = dest_mode;
636 /* A backward transfer function for computing the bb_info single_succ
643 first iteration, we are only called if single_succ has changed.
697 if (bb_info[e->src->index].single_succ != no_mode)
698 new_mode = bb_info[e->src->index].single_succ;
85 int single_succ; member in struct:bb_info
    [all...]
basic-block.h 351 single_succ (const_basic_block bb)
350 single_succ (const_basic_block bb) function
  /src/external/gpl3/gcc.old/dist/gcc/
basic-block.h 359 single_succ (const_basic_block bb)
358 single_succ (const_basic_block bb) function

Completed in 26 milliseconds