Searched refs:SimplifyIfs (Results 1 – 4 of 4) sorted by relevance
34 # SimplifyIfs() would have redirected exception handler edges leading here.35 # Note: There is no move-exception here to prevent matching the SimplifyIfs() pattern.64 # SimplifyIfs() would have looked at predecessors of this block based on the indexes67 # Note: There is no move-exception here to prevent matching the SimplifyIfs() pattern.
1 Regression test for the SimplifyIfs() graph simplification erroneously trying
45 bool SimplifyIfs();
321 bool HDeadCodeElimination::SimplifyIfs() { in SimplifyIfs() function in art::HDeadCodeElimination520 did_any_simplification |= SimplifyIfs(); in Run()