Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dloop-unswitch.c263 rtx cond_checked, int num) in unswitch_single_loop() argument
346 for (acond = cond_checked; acond; acond = XEXP (acond, 1)) in unswitch_single_loop()
369 conds = alloc_EXPR_LIST (0, cond, cond_checked); in unswitch_single_loop()
371 rconds = alloc_EXPR_LIST (0, rcond, cond_checked); in unswitch_single_loop()
373 rconds = cond_checked; in unswitch_single_loop()