Searched refs:IR_IS_BOTTOM (Results 1 – 1 of 1) sorted by relevance
22 #define IR_IS_BOTTOM(ref) (ref >= 0 && _values[ref].optx == IR_BOTTOM) macro423 if (new_ref > 0 && IR_IS_BOTTOM(use)) { in ir_sccp_replace_insn()2279 if (!IR_IS_BOTTOM(insn->op2) in ir_sccp()2301 if (!IR_IS_BOTTOM(use)) { in ir_sccp()2316 if (!IR_IS_BOTTOM(insn->op2) in ir_sccp()2346 if (!IR_IS_BOTTOM(use_case)) { in ir_sccp()2350 if (!IR_IS_BOTTOM(i)) { in ir_sccp()2418 } else if (!IR_IS_BOTTOM(i)) { in ir_sccp()
Completed in 8 milliseconds