Home
last modified time | relevance | path

Searched refs:phiblock (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-pre.c1145 basic_block phiblock, in translate_vuse_through_block() argument
1156 if (gimple_bb (phi) != phiblock) in translate_vuse_through_block()
1167 e = find_edge (block, phiblock); in translate_vuse_through_block()
1175 if (gimple_bb (phi) != phiblock) in translate_vuse_through_block()
1179 e = find_edge (block, phiblock); in translate_vuse_through_block()
1340 basic_block phiblock = e->dest; in phi_translate_1() local
1413 phiblock->index, pred->index); in phi_translate_1()
1542 vuse, phiblock, pred, in phi_translate_1()
1636 && gimple_bb (def_stmt) == phiblock) in phi_translate_1()
H A Dtree-cfg.c9239 extract_true_false_controlled_edges (basic_block dom, basic_block phiblock, in extract_true_false_controlled_edges() argument
9243 basic_block bb = phiblock; in extract_true_false_controlled_edges()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-pre.cc1244 basic_block phiblock = e->dest; in translate_vuse_through_block() local
1254 || (gimple_bb (phi) != phiblock in translate_vuse_through_block()
1255 && dominated_by_p (CDI_DOMINATORS, phiblock, gimple_bb (phi)))) in translate_vuse_through_block()
1263 phi = get_virtual_phi (phiblock); in translate_vuse_through_block()
1266 (get_immediate_dominator (CDI_DOMINATORS, phiblock)); in translate_vuse_through_block()
1422 basic_block phiblock = e->dest; in phi_translate_1() local
1495 phiblock->index, pred->index); in phi_translate_1()
1701 && gimple_bb (def_stmt) == phiblock) in phi_translate_1()
H A Dtree-cfg.cc9299 extract_true_false_controlled_edges (basic_block dom, basic_block phiblock, in extract_true_false_controlled_edges() argument
9303 basic_block bb = phiblock; in extract_true_false_controlled_edges()
H A DChangeLog-20065341 (translate_vuses_through_block): Add phiblock argument.
H A DChangeLog-201828442 (phi_translate): Take edge instead of pred/phiblock.