Home | History | Annotate | Download | only in gcc

Lines Matching defs:tm_state

1913   tree tm_state;
1968 region->tm_state = NULL;
2837 tree tm_state = region->tm_state;
2838 tree tm_state_type = TREE_TYPE (tm_state);
2883 gimple_call_set_lhs (call, tm_state);
2917 gimple *stmt = gimple_build_assign (t1, BIT_AND_EXPR, tm_state, t2);
2953 gimple *stmt = gimple_build_assign (t1, BIT_AND_EXPR, tm_state, t2);
2990 gimple *stmt = gimple_build_assign (t1, BIT_AND_EXPR, tm_state, t2);
3044 region->tm_state =
3045 create_tmp_reg (TREE_TYPE (TREE_TYPE (tm_start)), "tm_state");