Searched refs:df_attr (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc417 uint64_t df_attr = MIRGraph::GetDataFlowAttributes(mir); local
420 if ((df_attr & DF_U##REG) != 0) { \
425 if ((df_attr & DF_##REG##_WIDE) != 0) { \
430 use += ((df_attr & DF_##REG##_WIDE) != 0) ? 2 : 1; \

Completed in 30 milliseconds