Home
last modified time | relevance | path

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

/art/test/622-simplifyifs-exception-edges/smali/
DTest.smali34 # 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 indexes
67 # Note: There is no move-exception here to prevent matching the SimplifyIfs() pattern.
/art/test/622-simplifyifs-exception-edges/
Dinfo.txt1 Regression test for the SimplifyIfs() graph simplification erroneously trying
/art/compiler/optimizing/
Ddead_code_elimination.h45 bool SimplifyIfs();
Ddead_code_elimination.cc321 bool HDeadCodeElimination::SimplifyIfs() { in SimplifyIfs() function in art::HDeadCodeElimination
520 did_any_simplification |= SimplifyIfs(); in Run()