Searched refs:new_predicate (Results 1 – 2 of 2) sorted by relevance
305 set_hint_predicate (ipa_predicate **p, ipa_predicate new_predicate) in set_hint_predicate() argument307 if (new_predicate == false || new_predicate == true) in set_hint_predicate()317 **p = new_predicate; in set_hint_predicate()328 const ipa_predicate &new_predicate, sreal add_freq, in add_freqcounting_predicate() argument331 if (new_predicate == false || new_predicate == true) in add_freqcounting_predicate()335 if (new_predicate == f->predicate) in add_freqcounting_predicate()346 set_hint_predicate (&fcp.predicate, new_predicate); in add_freqcounting_predicate()791 ipa_predicate new_predicate in remap_freqcounting_preds_after_dup() local796 set_hint_predicate (&(*res)[i].predicate, new_predicate); in remap_freqcounting_preds_after_dup()883 ipa_predicate new_predicate; in duplicate() local[all …]
296 set_hint_predicate (predicate **p, predicate new_predicate) in set_hint_predicate() argument298 if (new_predicate == false || new_predicate == true) in set_hint_predicate()308 **p = new_predicate; in set_hint_predicate()748 predicate new_predicate; in remap_hint_predicate_after_duplication() local753 new_predicate = (*p)->remap_after_duplication (possible_truths); in remap_hint_predicate_after_duplication()756 set_hint_predicate (p, new_predicate); in remap_hint_predicate_after_duplication()840 predicate new_predicate; in duplicate() local848 new_predicate = es->predicate->remap_after_duplication in duplicate()850 if (new_predicate == false && *es->predicate != false) in duplicate()852 edge_set_predicate (edge, &new_predicate); in duplicate()[all …]