Searched refs:PREV_LIR (Results 1 – 3 of 3) sorted by relevance
96 for (thisLIR = PREV_LIR(tailLIR); in applyLoadStoreElimination()98 thisLIR = PREV_LIR(thisLIR)) { in applyLoadStoreElimination()317 for (checkLIR = PREV_LIR(thisLIR); in applyLoadHoisting()319 checkLIR = PREV_LIR(checkLIR)) { in applyLoadHoisting()
785 #define PREV_LIR(lir) ((ArmLIR *) lir->generic.prev) macro
172 #define PREV_LIR(lir) ((X86LIR *) lir->generic.prev) macro