Home
last modified time | relevance | path

Searched refs:remap_after_duplication (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-predicate.h236 predicate remap_after_duplication (clause_t);
H A Dipa-predicate.c480 predicate::remap_after_duplication (clause_t possible_truths) in remap_after_duplication() function
H A Dipa-fnsummary.c753 new_predicate = (*p)->remap_after_duplication (possible_truths); in remap_hint_predicate_after_duplication()
825 new_exec_pred = e->exec_predicate.remap_after_duplication in duplicate()
827 new_nonconst_pred = e->nonconst_predicate.remap_after_duplication in duplicate()
848 new_predicate = es->predicate->remap_after_duplication in duplicate()
866 new_predicate = es->predicate->remap_after_duplication in duplicate()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-predicate.h240 ipa_predicate remap_after_duplication (clause_t);
H A Dipa-predicate.c480 predicate::remap_after_duplication (clause_t possible_truths) in remap_after_duplication() function
H A Dipa-predicate.cc480 ipa_predicate::remap_after_duplication (clause_t possible_truths) in remap_after_duplication() function in ipa_predicate
H A Dipa-fnsummary.c753 new_predicate = (*p)->remap_after_duplication (possible_truths); in remap_hint_predicate_after_duplication()
825 new_exec_pred = e->exec_predicate.remap_after_duplication in duplicate()
827 new_nonconst_pred = e->nonconst_predicate.remap_after_duplication in duplicate()
848 new_predicate = es->predicate->remap_after_duplication in duplicate()
866 new_predicate = es->predicate->remap_after_duplication in duplicate()
H A Dipa-fnsummary.cc792 = (*res)[i].predicate->remap_after_duplication (possible_truths); in remap_freqcounting_preds_after_dup()
868 new_exec_pred = e->exec_predicate.remap_after_duplication in duplicate()
870 new_nonconst_pred = e->nonconst_predicate.remap_after_duplication in duplicate()
891 new_predicate = es->predicate->remap_after_duplication in duplicate()
909 new_predicate = es->predicate->remap_after_duplication in duplicate()
H A DChangeLog-20217710 (predicate::remap_after_duplication): Likewise.
7711 (ipa_predicate::remap_after_duplication): Likewise.
H A DChangeLog-201730279 predicate::remap_after_duplication, predicate::remap_after_inlining,
30344 (predicate::remap_after_duplication): ... this one.
H A DChangeLog-201921979 * ipa-predicate.c (predicate::remap_after_duplication): Same.