Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dlocal_optimizations.cc370 for (check_lir = PREV_LIR(this_lir); check_lir != head_lir; check_lir = PREV_LIR(check_lir)) { in ApplyLoadHoisting()
496 LIR* prev_lir = PREV_LIR(this_lir); in ApplyLoadHoisting()
Dmir_to_lir.h191 #define PREV_LIR(lir) (lir->prev) macro