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

/art/compiler/dex/quick/
H A Dlocal_optimizations.cc121 uint64_t stop_use_reg_mask; local
123 stop_use_reg_mask = (IS_BRANCH | this_lir->use_mask) & ~ENCODE_MEM;
131 stop_use_reg_mask = (GetPCUseDefEncoding() | this_lir->use_mask) & ~ENCODE_MEM;
235 stop_here = CHECK_REG_DEP(stop_use_reg_mask, stop_def_reg_mask, check_lir);
316 uint64_t stop_use_reg_mask = stop_use_all_mask & ~ENCODE_MEM; local
358 stop_here = CHECK_REG_DEP(stop_use_reg_mask, stop_def_reg_mask,

Completed in 47 milliseconds