Searched refs:IR_IS_FEASIBLE (Results 1 – 1 of 1) sorted by relevance
23 #define IR_IS_FEASIBLE(ref) (ref >= 0 && _values[ref].optx != IR_TOP) macro118 if (!IR_IS_FEASIBLE(insn->op1)) { in ir_sccp_meet_phi()414 if (IR_IS_FEASIBLE(use)) { in ir_sccp_replace_insn()621 if (input && IR_IS_FEASIBLE(input)) { in ir_sccp_remove_unfeasible_merge_inputs()2261 IR_ASSERT(insn->op == IR_START || IR_IS_FEASIBLE(insn->op1)); in ir_sccp()
Completed in 24 milliseconds