Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgensupport.c303 const char *split_cond; in process_rtx() local
323 split_cond = XSTR (desc, 4); in process_rtx()
324 if (split_cond[0] == '&' && split_cond[1] == '&') in process_rtx()
326 copy_rtx_ptr_loc (split_cond + 2, split_cond); in process_rtx()
327 split_cond = join_c_conditions (XSTR (desc, 2), split_cond + 2); in process_rtx()
329 XSTR (split, 1) = split_cond; in process_rtx()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c293 const char *split_cond; local
311 split_cond = XSTR (desc, 4);
312 if (split_cond[0] == '&' && split_cond[1] == '&')
313 split_cond = concat (XSTR (desc, 2), split_cond, NULL);
314 XSTR (split, 1) = split_cond;