Searched refs:is_lhs (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-walk.h63 BOOL_BITFIELD is_lhs : 1; member in struct:walk_stmt_info
H A Dgimple-walk.c115 wi->is_lhs = true;
134 wi->is_lhs = !wi->val_only;
144 wi->is_lhs = false;
218 wi->is_lhs = true;
228 wi->is_lhs = false;
235 wi->is_lhs = false;
263 wi->is_lhs = true;
275 wi->is_lhs = false;
H A Dtree-nested.c753 wi.is_lhs = false;
758 wi.is_lhs = false;
767 wi.is_lhs = false;
1080 if (wi->is_lhs)
1104 wi->is_lhs = false;
1140 wi->is_lhs = false;
1173 wi->is_lhs = false;
1229 wi->is_lhs = false;
1291 wi->is_lhs = false;
1301 wi->is_lhs
[all...]
H A Dubsan.c1367 bool is_lhs)
1369 enum ubsan_null_ckind ikind = is_lhs ? UBSAN_STORE_OF : UBSAN_LOAD_OF;
1394 instrument_null (gimple_stmt_iterator gsi, tree t, bool is_lhs) argument
1403 instrument_mem_ref (t, base, &gsi, is_lhs);
2057 instrument_object_size (gimple_stmt_iterator *gsi, tree t, bool is_lhs) argument
2230 is_lhs ? UBSAN_STORE_OF : UBSAN_LOAD_OF);
1366 instrument_mem_ref(tree mem, tree base, gimple_stmt_iterator *iter, bool is_lhs) argument
H A Dtree-inline.c1049 bool is_lhs = wi_p->is_lhs; local
1050 wi_p->is_lhs = false;
1056 if (is_lhs)
5663 bool is_lhs = wi->is_lhs;
5664 wi->is_lhs = false;
5670 if (is_lhs)
5662 bool is_lhs = wi->is_lhs; local
H A Dtree-ssa.c280 if (wi && wi->is_lhs)
H A Dtree-vect-slp.c2588 if (wi->is_lhs)
2668 wi.is_lhs = 0;
H A Dgimple-fold.c314 maybe_fold_reference (tree expr, bool is_lhs) argument
335 if (!is_lhs
H A Dgimplify.c9847 if (!wi->is_lhs)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-walk.h63 BOOL_BITFIELD is_lhs : 1; member in struct:walk_stmt_info
H A Dgimple-walk.cc115 wi->is_lhs = true;
134 wi->is_lhs = !wi->val_only;
144 wi->is_lhs = false;
218 wi->is_lhs = true;
228 wi->is_lhs = false;
235 wi->is_lhs = false;
263 wi->is_lhs = true;
275 wi->is_lhs = false;
527 wi->is_lhs = true;
531 wi->is_lhs
[all...]
H A Dtree-nested.cc851 wi.is_lhs = false;
856 wi.is_lhs = false;
865 wi.is_lhs = false;
1198 if (wi->is_lhs)
1222 wi->is_lhs = false;
1258 wi->is_lhs = false;
1291 wi->is_lhs = false;
1347 wi->is_lhs = false;
1412 wi->is_lhs = false;
1422 wi->is_lhs
[all...]
H A Dubsan.cc1378 bool is_lhs)
1380 enum ubsan_null_ckind ikind = is_lhs ? UBSAN_STORE_OF : UBSAN_LOAD_OF;
1412 instrument_null (gimple_stmt_iterator gsi, tree t, bool is_lhs)
1421 instrument_mem_ref (t, base, &gsi, is_lhs);
2087 instrument_object_size (gimple_stmt_iterator *gsi, tree t, bool is_lhs)
2259 is_lhs ? UBSAN_STORE_OF : UBSAN_LOAD_OF);
1369 instrument_mem_ref(tree mem, tree base, gimple_stmt_iterator *iter, bool is_lhs) argument
1397 instrument_null(gimple_stmt_iterator gsi, tree t, bool is_lhs) argument
2068 instrument_object_size(gimple_stmt_iterator *gsi, tree t, bool is_lhs) argument
H A Dtree-inline.cc1026 bool is_lhs = wi_p->is_lhs;
1027 wi_p->is_lhs = false;
1033 if (is_lhs)
5699 bool is_lhs = wi->is_lhs;
5700 wi->is_lhs = false;
5706 if (is_lhs)
1025 bool is_lhs = wi_p->is_lhs; local
5691 bool is_lhs = wi->is_lhs; local
H A Dtree-ssa.cc280 if (wi && wi->is_lhs)
H A Domp-oacc-neuter-broadcast.cc693 if (!wi->is_lhs && VAR_P (*node))
H A Dtree-vect-slp.cc4285 if (wi->is_lhs)
4434 wi.is_lhs = 0;
H A Dgimplify.cc11016 if (!wi->is_lhs)

Completed in 670 milliseconds