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

  /src/external/gpl3/gcc/dist/gcc/
lra-remat.cc 139 bitmap_head avout_cands; /* cands available at the exit of the BB. */ member in class:remat_bb_data
528 bitmap_initialize (&bb_info->avout_cands, &reg_obstack);
588 &get_remat_bb_data (bb)->avout_cands, bb->index);
603 bitmap_clear (&get_remat_bb_data (bb)->avout_cands);
960 &bb_info->avout_cands);
975 bb.avin_cands = 0 for entry block | AND (avout_cands of predecessors)
987 pred_avout = &get_remat_bb_data (pred)->avout_cands;
  /src/external/gpl3/gcc.old/dist/gcc/
lra-remat.cc 139 bitmap_head avout_cands; /* cands available at the exit of the BB. */ member in class:remat_bb_data
528 bitmap_initialize (&bb_info->avout_cands, &reg_obstack);
588 &get_remat_bb_data (bb)->avout_cands, bb->index);
603 bitmap_clear (&get_remat_bb_data (bb)->avout_cands);
960 &bb_info->avout_cands);
975 bb.avin_cands = 0 for entry block | AND (avout_cands of predecessors)
987 pred_avout = &get_remat_bb_data (pred)->avout_cands;

Completed in 68 milliseconds