Home
last modified time | relevance | path

Searched refs:phist (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsel-sched-ir.c1532 expr_history_def *phist = &vect[ind]; in insert_in_history_vect() local
1537 if (phist->spec_ds != spec_ds) in insert_in_history_vect()
1538 phist->spec_ds = ds_max_merge (phist->spec_ds, spec_ds); in insert_in_history_vect()
1559 expr_history_def *phist; in free_history_vect() local
1564 for (i = 0; pvect.iterate (i, &phist); i++) in free_history_vect()
1566 vinsn_detach (phist->old_expr_vinsn); in free_history_vect()
1567 vinsn_detach (phist->new_expr_vinsn); in free_history_vect()
1578 expr_history_def *phist; in merge_history_vect() local
1582 for (i = 0; from.iterate (i, &phist); i++) in merge_history_vect()
1583 insert_in_history_vect (pvect, phist->uid, phist->type, in merge_history_vect()
[all …]
H A Dsel-sched.c1901 expr_history_def *phist; in undo_transformations() local
1903 phist = &EXPR_HISTORY_OF_CHANGES (expr)[index]; in undo_transformations()
1905 switch (phist->type) in undo_transformations()
1919 old_ds = phist->spec_ds; in undo_transformations()
1935 new_vi = phist->old_expr_vinsn; in undo_transformations()
1941 if (vinsn_equal_p (phist->new_expr_vinsn, in undo_transformations()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsel-sched-ir.c1523 expr_history_def *phist = VEC_index (expr_history_def, vect, ind); in insert_in_history_vect() local
1528 if (phist->spec_ds != spec_ds) in insert_in_history_vect()
1529 phist->spec_ds = ds_max_merge (phist->spec_ds, spec_ds); in insert_in_history_vect()
1550 expr_history_def *phist; in free_history_vect() local
1556 VEC_iterate (expr_history_def, *pvect, i, phist); in free_history_vect()
1559 vinsn_detach (phist->old_expr_vinsn); in free_history_vect()
1560 vinsn_detach (phist->new_expr_vinsn); in free_history_vect()
1572 expr_history_def *phist; in merge_history_vect() local
1576 for (i = 0; VEC_iterate (expr_history_def, from, i, phist); i++) in merge_history_vect()
1577 insert_in_history_vect (pvect, phist->uid, phist->type, in merge_history_vect()
[all …]
H A Dsel-sched.c1943 expr_history_def *phist; in undo_transformations() local
1945 phist = VEC_index (expr_history_def, in undo_transformations()
1949 switch (phist->type) in undo_transformations()
1963 old_ds = phist->spec_ds; in undo_transformations()
1979 new_vi = phist->old_expr_vinsn; in undo_transformations()
1985 if (vinsn_equal_p (phist->new_expr_vinsn, in undo_transformations()
/dflybsd-src/contrib/tcsh-6/
H A Dsh.hist.c1063 phist(struct Hist *hp, int hflg) in phist() function
1133 phist(hp, hflg); in dophist()
1136 phist(hp, hflg); in dophist()