Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/mips/
DLocalOptimizations.cpp96 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()
DGlobalOptimizations.cpp263 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()
DMipsLIR.h629 #define PREV_LIR(lir) ((MipsLIR *) lir->generic.prev) macro
/dalvik/vm/compiler/codegen/arm/
DLocalOptimizations.cpp96 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()
DArmLIR.h785 #define PREV_LIR(lir) ((ArmLIR *) lir->generic.prev) macro