Home
last modified time | relevance | path

Searched refs:new_occ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c221 insert_bb (struct occurrence *new_occ, basic_block idom, in insert_bb() argument
228 basic_block bb = new_occ->bb, occ_bb = occ->bb; in insert_bb()
235 occ->next = new_occ->children; in insert_bb()
236 new_occ->children = occ; in insert_bb()
244 insert_bb (new_occ, dom, &occ->children); in insert_bb()
256 new_occ->next = occ; in insert_bb()
262 new_occ = occ_new (dom, new_occ); in insert_bb()
273 new_occ->next = *p_head; in insert_bb()
274 *p_head = new_occ; in insert_bb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc243 insert_bb (struct occurrence *new_occ, basic_block idom, in insert_bb() argument
250 basic_block bb = new_occ->bb, occ_bb = occ->bb; in insert_bb()
257 occ->next = new_occ->children; in insert_bb()
258 new_occ->children = occ; in insert_bb()
266 insert_bb (new_occ, dom, &occ->children); in insert_bb()
278 new_occ->next = occ; in insert_bb()
284 new_occ = new occurrence (dom, new_occ); in insert_bb()
295 new_occ->next = *p_head; in insert_bb()
296 *p_head = new_occ; in insert_bb()