Home
last modified time | relevance | path

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

/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
/dalvik/vm/compiler/codegen/x86/
DX86LIR.h172 #define PREV_LIR(lir) ((X86LIR *) lir->generic.prev) macro