Home
last modified time | relevance | path

Searched refs:qend (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dlcm.c103 basic_block *worklist, *qin, *qout, *qend; in compute_antinout_edge() local
125 qend = &worklist[n_basic_blocks - NUM_FIXED_BLOCKS]; in compute_antinout_edge()
140 if (qout >= qend) in compute_antinout_edge()
167 if (qin >= qend) in compute_antinout_edge()
253 basic_block *worklist, *qin, *qout, *qend, bb; in compute_laterin() local
299 qend = &worklist[n_basic_blocks - NUM_FIXED_BLOCKS]; in compute_laterin()
309 if (qout >= qend) in compute_laterin()
331 if (qin >= qend) in compute_laterin()
480 basic_block *worklist, *qin, *qout, *qend, bb; in compute_available() local
502 qend = &worklist[n_basic_blocks - NUM_FIXED_BLOCKS]; in compute_available()
[all …]
Dcfgloopmanip.c145 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
169 qend = queue + 1; in fix_bb_placements()
172 while (qbeg != qend) in fix_bb_placements()
230 *qend = pred; in fix_bb_placements()
231 qend++; in fix_bb_placements()
232 if (qend == qtop) in fix_bb_placements()
233 qend = queue; in fix_bb_placements()
Dflow.c1042 basic_block *queue, *qhead, *qtail, *qend, bb; in calculate_global_regs_live() local
1093 qhead = qend = queue + n_basic_blocks; in calculate_global_regs_live()
1186 if (qhead == qend) in calculate_global_regs_live()
1404 if (qtail == qend) in calculate_global_regs_live()
1427 if (qtail == qend) in calculate_global_regs_live()
/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_parse.c100 char *pstart, *qstart, *pend, *qend; in _nc_entry_match() local
107 for (qstart = n2; (qend = strchr(qstart, '|')); qstart = qend + 1) in _nc_entry_match()
108 if ((pend - pstart == qend - qstart) in _nc_entry_match()