Lines Matching defs:bb_predicate
214 struct bb_predicate {
236 bb_predicate (basic_block bb)
238 return ((struct bb_predicate *) bb->aux)->predicate;
249 ((struct bb_predicate *) bb->aux)->predicate = cond;
258 return ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts;
267 ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts = stmts;
290 (&(((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts), stmts);
298 bb->aux = XNEW (struct bb_predicate);
391 return !is_true_predicate (bb_predicate (bb));
534 bc = bb_predicate (dom_bb);
538 gcc_assert (is_true_predicate (bb_predicate (bb)));
549 bc = bb_predicate (bb);
722 tree ca = bb_predicate (gimple_bb (DR_STMT (a)));
1310 cond = bb_predicate (bb);
1886 c = bb_predicate (e->src);
1975 cond = bb_predicate (first_edge->src);
1980 cond = bb_predicate (second_edge->src);
1987 cond = bb_predicate (first_edge->src);
2083 cond = bb_predicate (e->src);
2519 tree cond = bb_predicate (bb);
2711 predicated[i] = !is_true_predicate (bb_predicate (bb));