Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Difcvt.cc4282 vec<rtx> then_regs = vNULL; in cond_move_process_if_block() local
4293 if (!check_cond_move_block (then_bb, &then_vals, &then_regs, cond) in cond_move_process_if_block()
4305 for (rtx reg : then_regs) in cond_move_process_if_block()
4386 then_regs.release (); in cond_move_process_if_block()
DChangeLog-201215589 (cond_move_process_if_block): Change type of then_regs and