Searched refs:phist (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/bin/csh/ |
| D | hist.c | 51 static void phist(struct Hist *, int); 193 phist(hp, hflg); in dohist1() 197 phist(hp, hflg); in dohist1() 202 phist(struct Hist *hp, int hflg) in phist() function
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | sel-sched-ir.cc | 1527 expr_history_def *phist = &vect[ind]; in insert_in_history_vect() local 1532 if (phist->spec_ds != spec_ds) in insert_in_history_vect() 1533 phist->spec_ds = ds_max_merge (phist->spec_ds, spec_ds); in insert_in_history_vect() 1554 expr_history_def *phist; in free_history_vect() local 1559 for (i = 0; pvect.iterate (i, &phist); i++) in free_history_vect() 1561 vinsn_detach (phist->old_expr_vinsn); in free_history_vect() 1562 vinsn_detach (phist->new_expr_vinsn); in free_history_vect() 1573 expr_history_def *phist; in merge_history_vect() local 1577 for (i = 0; from.iterate (i, &phist); i++) in merge_history_vect() 1578 insert_in_history_vect (pvect, phist->uid, phist->type, in merge_history_vect() [all …]
|
| D | sel-sched.cc | 1887 expr_history_def *phist; in undo_transformations() local 1889 phist = &EXPR_HISTORY_OF_CHANGES (expr)[index]; in undo_transformations() 1891 switch (phist->type) in undo_transformations() 1905 old_ds = phist->spec_ds; in undo_transformations() 1921 new_vi = phist->old_expr_vinsn; in undo_transformations() 1927 if (vinsn_equal_p (phist->new_expr_vinsn, in undo_transformations()
|