Home
last modified time | relevance | path

Searched refs:needs_insertion (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sccvn.h239 unsigned needs_insertion : 1; member
H A Dtree-ssa-sccvn.c2328 result_info->needs_insertion = true; in vn_nary_build_or_lookup_1()
5033 && VN_INFO (result)->needs_insertion) in visit_reference_op_load()
5913 && VN_INFO (val)->needs_insertion in eliminate_stmt()
6746 if (info->needs_insertion) in free_rpo_vn()
H A Dtree-ssa-pre.c1313 VN_INFO (name)->needs_insertion = true;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sccvn.h242 unsigned needs_insertion : 1; member
H A Dtree-ssa-sccvn.cc2424 result_info->needs_insertion = true; in vn_nary_build_or_lookup_1()
5400 && VN_INFO (result)->needs_insertion) in visit_reference_op_load()
6348 && vn_info->needs_insertion in eliminate_stmt()
7185 if (info->needs_insertion) in free_rpo_vn()
H A Dtree-ssa-pre.cc1395 vn_info->needs_insertion = true; in get_representative_for()
H A DChangeLog-200824915 (struct vn_ssa_aux): Add needs_insertion flag.