Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dcfgrtl.c2875 basic_block cond_bb, void *comp_rtx) in rtl_lv_add_condition_to_bb() argument
2878 rtx op0 = XEXP ((rtx)comp_rtx, 0); in rtl_lv_add_condition_to_bb()
2879 rtx op1 = XEXP ((rtx)comp_rtx, 1); in rtl_lv_add_condition_to_bb()
2880 enum rtx_code comp = GET_CODE ((rtx)comp_rtx); in rtl_lv_add_condition_to_bb()
H A Dmodulo-sched.c1226 rtx comp_rtx = gen_rtx_fmt_ee (GT, VOIDmode, count_reg, in sms_schedule() local
1229 nloop = loop_version (loops, loop, comp_rtx, &condition_bb, in sms_schedule()