Home
last modified time | relevance | path

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

/art/compiler/dex/
Dgvn_dead_code_elimination.cc854 uint16_t high_change = vreg_chains_.FindFirstChangeAfter(data->vreg_def + 1, change); in RecordPassTryToKillLastMIR() local
855 DCHECK_NE(high_change, kNPos); in RecordPassTryToKillLastMIR()
856 high_data = vreg_chains_.GetMIRData(high_change); in RecordPassTryToKillLastMIR()