Home | History | Annotate | Download | only in program

Lines Matching refs:MaxIfDepth

2846 	 if (options->MaxIfDepth == 0) {
2984 if (options->MaxIfDepth == 0)
2987 progress = lower_if_to_cond_assign(ir, options->MaxIfDepth) || progress;