Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dlocal_optimizations.cc191 ResourceMask stop_def_reg_mask = this_lir->u.m.def_mask->Without(kEncodeMem); in ApplyLoadStoreElimination() local
301 ResourceMask stop_search_mask = stop_def_reg_mask.Union(stop_use_reg_mask); in ApplyLoadStoreElimination()
363 ResourceMask stop_def_reg_mask = this_lir->u.m.def_mask->Without(kEncodeMem); in ApplyLoadHoisting() local
404 stop_here = CHECK_REG_DEP(stop_use_reg_mask, stop_def_reg_mask, in ApplyLoadHoisting()