Home | History | Annotate | Download | only in gcc

Lines Matching defs:BB_DEP_BB

286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
420 /* Update BB_DEP_BB (USE_BB), given a use of VAL in USE_BB. */
440 if (BB_DEP_BB (use_bb) == NULL
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb)))
442 BB_DEP_BB (use_bb) = dep_bb;
445 /* Update BB_DEP_BB, given the dependencies in STMT. */
947 if (BB_DEP_BB (c->rep_bb) == NULL)
951 if (BB_DEP_BB (bb) == NULL)
961 BB_DEP_BB, which is really BB_LAST_DEP_BB.
964 if (dominated_by_p (CDI_DOMINATORS, BB_DEP_BB (c->rep_bb), BB_DEP_BB (bb)))
1441 basic_block cd, dep_bb = BB_DEP_BB (to);