Home
last modified time | relevance | path

Searched refs:lastLIRInsn (Results 1 – 10 of 10) sorted by relevance

/dalvik/vm/compiler/
DIntermediateRep.cpp84 assert(cUnit->lastLIRInsn == NULL); in dvmCompilerAppendLIR()
85 cUnit->lastLIRInsn = cUnit->firstLIRInsn = lir; in dvmCompilerAppendLIR()
88 cUnit->lastLIRInsn->next = lir; in dvmCompilerAppendLIR()
89 lir->prev = cUnit->lastLIRInsn; in dvmCompilerAppendLIR()
91 cUnit->lastLIRInsn = lir; in dvmCompilerAppendLIR()
DCompilerIR.h210 LIR *lastLIRInsn; member
/dalvik/vm/compiler/codegen/arm/
DGlobalOptimizations.cpp30 thisLIR != (ArmLIR *) cUnit->lastLIRInsn; in applyRedundantBranchElimination()
55 (nextLIR = (ArmLIR *) cUnit->lastLIRInsn)) in applyRedundantBranchElimination()
DCodegenDriver.cpp250 thisLIR != (ArmLIR *) cUnit->lastLIRInsn; in selfVerificationBranchInsertPass()
4504 cUnit->lastLIRInsn); in dvmCompilerMIR2LIR()
/dalvik/vm/compiler/codegen/mips/
DGlobalOptimizations.cpp30 thisLIR != (MipsLIR *) cUnit->lastLIRInsn; in applyRedundantBranchElimination()
55 (nextLIR = (MipsLIR *) cUnit->lastLIRInsn)) in applyRedundantBranchElimination()
71 thisLIR != (MipsLIR *) cUnit->lastLIRInsn; in applyCopyPropagation()
85 nextLIR != (MipsLIR *) cUnit->lastLIRInsn; in applyCopyPropagation()
193 thisLIR != (MipsLIR *) cUnit->lastLIRInsn; in mergeMovs()
388 MipsLIR *lastLIR =(MipsLIR *) cUnit->lastLIRInsn; in introduceBranchDelaySlot()
DCodegenFactory.cpp167 defStart = (LIR *)cUnit->lastLIRInsn; in storeValue()
171 defEnd = (LIR *)cUnit->lastLIRInsn; in storeValue()
247 defStart = (LIR *)cUnit->lastLIRInsn; in storeValueWide()
255 defEnd = (LIR *)cUnit->lastLIRInsn; in storeValueWide()
DCodegenDriver.cpp316 thisLIR != (MipsLIR *) cUnit->lastLIRInsn; in selfVerificationBranchInsertPass()
4620 cUnit->lastLIRInsn);
/dalvik/vm/compiler/codegen/
DCodegenFactory.cpp175 defStart = (LIR *)cUnit->lastLIRInsn; in storeValue()
179 defEnd = (LIR *)cUnit->lastLIRInsn; in storeValue()
256 defStart = (LIR *)cUnit->lastLIRInsn; in storeValueWide()
264 defEnd = (LIR *)cUnit->lastLIRInsn; in storeValueWide()
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/
DMethodCodegenDriver.cpp415 cUnit->lastLIRInsn);
/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp1315 cUnit->lastLIRInsn); in dvmCompilerMIR2LIR()