Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Difcvt.cc2095 noce_emit_bb (rtx last_insn, basic_block bb, bool simple) in noce_emit_bb() function
2313 if (!noce_emit_bb (emit_b, else_bb, b_simple)) in noce_try_cmove_arith()
2316 if (!noce_emit_bb (emit_a, then_bb, a_simple)) in noce_try_cmove_arith()
2321 if (!noce_emit_bb (emit_a, then_bb, a_simple)) in noce_try_cmove_arith()
2324 if (!noce_emit_bb (emit_b, else_bb, b_simple)) in noce_try_cmove_arith()
DChangeLog-201517773 (noce_emit_bb): Likewise.