Searched refs:PREV_LIR (Results 1 – 2 of 2) sorted by relevance
370 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()
191 #define PREV_LIR(lir) (lir->prev) macro