Home
last modified time | relevance | path

Searched refs:must_keep (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dgvn_dead_code_elimination.cc150 DCHECK(!last_data->must_keep && !last_data->has_def); in RemoveTrailingNops()
158 } while (!last_data->must_keep && !last_data->has_def); in RemoveTrailingNops()
497 DCHECK(!data->must_keep); in KillMIR()
614 DCHECK(data->must_keep); in BackwardPassProcessLastMIR()
820 if (last_data->must_keep) { in RecordPassTryToKillLastMIR()
840 if (data->must_keep || !data->has_def || data->vreg_def != last_data->vreg_def) { in RecordPassTryToKillLastMIR()
889 bool must_not_depend = data->must_keep; in FindChangesToKill()
953 if (last_data->must_keep) { in BackwardPassTryToKillLastMIR()
1022 DCHECK(!data->must_keep); in BackwardPassTryToKillLastMIR()
1037 bool must_keep = false; in RecordMIR() local
[all …]
Dgvn_dead_code_elimination.h63 : mir(m), uses_all_vregs(false), must_keep(false), is_move(false), is_move_src(false), in MIRData()
75 bool must_keep : 1; member