Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dexpr.c9037 do_store_flag (tree exp, rtx target, enum machine_mode mode, int only_cheap) in do_store_flag() argument
9191 || (only_cheap && insn_data[(int) icode].operand[0].mode != mode)) in do_store_flag()
9196 || (! only_cheap && code == GE && integer_zerop (arg1))) in do_store_flag()
9198 else if (! only_cheap && (code == NE || code == EQ) in do_store_flag()