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

  /src/external/gpl3/gcc/dist/gcc/
ipa-fnsummary.cc 2689 ipa_predicate bb_predicate; local
2743 bb_predicate = true;
2744 info->account_size_time (0, 0, bb_predicate, bb_predicate);
2746 bb_predicate = ipa_predicate::not_inlined ();
2752 bb_predicate,
2753 bb_predicate);
2783 bb_predicate = *(ipa_predicate *)bb->aux;
2785 bb_predicate = false;
2788 bb_predicate = true
    [all...]
tree-if-conv.cc 225 struct bb_predicate { struct
251 bb_predicate (basic_block bb) function
253 return ((struct bb_predicate *) bb->aux)->predicate;
261 auto aux = (struct bb_predicate *) bb->aux;
279 return ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts;
290 ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts = stmts;
292 ((struct bb_predicate *) bb->aux)->no_predicate_stmts = 0;
313 ((struct bb_predicate *) bb->aux)->no_predicate_stmts++;
316 (&(((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts), stmts);
325 return ((struct bb_predicate *) bb->aux)->no_predicate_stmts
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-fnsummary.cc 2617 ipa_predicate bb_predicate; local
2671 bb_predicate = true;
2672 info->account_size_time (0, 0, bb_predicate, bb_predicate);
2674 bb_predicate = ipa_predicate::not_inlined ();
2680 bb_predicate,
2681 bb_predicate);
2711 bb_predicate = *(ipa_predicate *)bb->aux;
2713 bb_predicate = false;
2716 bb_predicate = true
    [all...]
tree-if-conv.cc 214 struct bb_predicate { struct
236 bb_predicate (basic_block bb) function
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)
    [all...]

Completed in 23 milliseconds