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

  /src/external/gpl3/gcc/dist/gcc/
cfgloopmanip.cc 46 /* Checks whether basic block BB is dominated by DATA. */
64 /* Find path -- i.e. the basic blocks dominated by edge E and put them
297 /* Removes path beginning at edge E, i.e. remove basic blocks dominated by E
326 /* We need to check whether basic blocks are dominated by the edge
329 to blocks dominated by e->dest, if not, split the edge. */
503 dominated by BB by NUM/DEN. */
545 and rescale profile of basic blocks inside loop dominated by EXIT_EDGE->src.
1269 /* The blocks that are dominated by a removed exit edge ORIG have
1284 /* Since we will scale up all basic blocks dominated by orig, exits
1462 /* Scale the frequencies of the blocks dominated by the exit. *
1517 basic_block dominated, dom_bb; local
    [all...]
gcse.cc 3039 expression along dominated path to a dominating basic block, like
3083 basic_block bb, dominated;
3172 BB, hoist all occurrences dominated by BB to BB. */
3194 FOR_EACH_VEC_ELT (domby, j, dominated)
3199 if (bb == dominated)
3201 /* We've found a dominated block, now see if it computes
3204 if (!bitmap_bit_p (antloc[dominated->index], i))
3207 occr = find_occr_in_bb (expr->antic_occr, dominated);
3219 OCCR won't have to travel all of DOMINATED, but
3221 max_distance += (bb_size[dominated->index
3068 basic_block bb, dominated; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopmanip.cc 45 /* Checks whether basic block BB is dominated by DATA. */
63 /* Find path -- i.e. the basic blocks dominated by edge E and put them
296 /* Removes path beginning at edge E, i.e. remove basic blocks dominated by E
325 /* We need to check whether basic blocks are dominated by the edge
328 to blocks dominated by e->dest, if not, split the edge. */
1134 /* The blocks that are dominated by a removed exit edge ORIG have
1295 /* Scale the frequencies of the blocks dominated by the exit. */
1329 /* Scale the frequencies of the blocks dominated by the exit. */
1350 basic_block dominated, dom_bb; local
1357 FOR_EACH_VEC_ELT (dom_bbs, j, dominated)
    [all...]
gcse.cc 3024 expression along dominated path to a dominating basic block, like
3068 basic_block bb, dominated;
3157 BB, hoist all occurrences dominated by BB to BB. */
3179 FOR_EACH_VEC_ELT (domby, j, dominated)
3184 if (bb == dominated)
3186 /* We've found a dominated block, now see if it computes
3189 if (!bitmap_bit_p (antloc[dominated->index], i))
3192 occr = find_occr_in_bb (expr->antic_occr, dominated);
3204 OCCR won't have to travel all of DOMINATED, but
3206 max_distance += (bb_size[dominated->index
3053 basic_block bb, dominated; local
    [all...]

Completed in 65 milliseconds