Searched refs:PREV_LIR (Results 1 – 5 of 5) 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()
263 for (thisLIR = PREV_LIR(branchLIR); in delaySlotLIR()265 thisLIR = PREV_LIR(thisLIR)) { in delaySlotLIR()390 for (thisLIR = lastLIR; thisLIR != firstLIR; thisLIR = PREV_LIR(thisLIR)) { in introduceBranchDelaySlot()
629 #define PREV_LIR(lir) ((MipsLIR *) lir->generic.prev) macro
785 #define PREV_LIR(lir) ((ArmLIR *) lir->generic.prev) macro