HomeSort by relevance Sort by last modified time
    Searched refs:PREV_LIR (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 96 for (thisLIR = PREV_LIR(tailLIR);
98 thisLIR = PREV_LIR(thisLIR)) {
317 for (checkLIR = PREV_LIR(thisLIR);
319 checkLIR = PREV_LIR(checkLIR)) {
ArmLIR.h     [all...]
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 96 for (thisLIR = PREV_LIR(tailLIR);
98 thisLIR = PREV_LIR(thisLIR)) {
317 for (checkLIR = PREV_LIR(thisLIR);
319 checkLIR = PREV_LIR(checkLIR)) {
GlobalOptimizations.cpp 263 for (thisLIR = PREV_LIR(branchLIR);
265 thisLIR = PREV_LIR(thisLIR)) {
390 for (thisLIR = lastLIR; thisLIR != firstLIR; thisLIR = PREV_LIR(thisLIR)) {
MipsLIR.h 629 #define PREV_LIR(lir) ((MipsLIR *) lir->generic.prev)

Completed in 31 milliseconds