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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-tail-merge.cc 277 basic_block dep_bb; member in struct:aux_bb_info
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
433 basic_block dep_bb; local
444 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val));
445 if (dep_bb == use_bb)
449 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb)))
450 BB_DEP_BB (use_bb) = dep_bb;
1452 basic_block cd, dep_bb = BB_DEP_BB (to); local
1456 if (dep_bb == NULL)
1465 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-tail-merge.cc 277 basic_block dep_bb; member in struct:aux_bb_info
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
425 basic_block dep_bb; local
436 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val));
437 if (dep_bb == use_bb)
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb)))
442 BB_DEP_BB (use_bb) = dep_bb;
1441 basic_block cd, dep_bb = BB_DEP_BB (to); local
1445 if (dep_bb == NULL)
1454 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd)
    [all...]

Completed in 34 milliseconds