Home
last modified time | relevance | path

Searched refs:store_p (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtrans-mem.c2396 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm() local
2400 if (!load_p && !store_p) in expand_assign_tm()
2410 if (store_p) in expand_assign_tm()
2417 if (load_p && !store_p) in expand_assign_tm()
2419 else if (store_p && !load_p) in expand_assign_tm()
2449 if (load_p && store_p) in expand_assign_tm()
2480 if (!store_p) in expand_assign_tm()
H A Dasan.c3404 bool store_p = gimple_call_internal_p (use, IFN_ASAN_POISON_USE); in asan_expand_poison_ifn() local
3405 tree fun = report_error_func (store_p, recover_p, tree_to_uhwi (size), in asan_expand_poison_ifn()
3438 if (store_p) in asan_expand_poison_ifn()
H A Dvar-tracking.c5427 bool store_p; member
5444 if (cui->store_p) in find_use_val()
5534 if (cui->store_p) in use_type()
6598 cui.store_p = false; in add_with_sets()
6644 cui.store_p = true; in add_with_sets()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtrans-mem.c2158 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm() local
2162 if (!load_p && !store_p) in expand_assign_tm()
2172 if (load_p && !store_p) in expand_assign_tm()
2177 else if (store_p && !load_p) in expand_assign_tm()
2188 if (store_p) in expand_assign_tm()
2220 if (!store_p) in expand_assign_tm()
H A Dvar-tracking.c4862 bool store_p; member
4879 if (cui->store_p) in find_use_val()
4980 if (cui->store_p) in use_type()
6003 cui.store_p = false; in add_with_sets()
6061 cui.store_p = true; in add_with_sets()