Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtrans-mem.c1714 gimple_seq uninst = NULL; in lower_transaction() local
1717 uninst = copy_gimple_seq_and_replace_locals (g); in lower_transaction()
1721 walk_gimple_seq (uninst, make_tm_uninst, NULL, &this_wi); in lower_transaction()
1740 if (uninst != NULL) in lower_transaction()
1746 gsi_insert_seq_after (gsi, uninst, GSI_CONTINUE_LINKING); in lower_transaction()