Searched refs:lastLIRInsn (Results 1 – 10 of 10) sorted by relevance
84 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()
210 LIR *lastLIRInsn; member
30 thisLIR != (ArmLIR *) cUnit->lastLIRInsn; in applyRedundantBranchElimination()55 (nextLIR = (ArmLIR *) cUnit->lastLIRInsn)) in applyRedundantBranchElimination()
250 thisLIR != (ArmLIR *) cUnit->lastLIRInsn; in selfVerificationBranchInsertPass()4504 cUnit->lastLIRInsn); in dvmCompilerMIR2LIR()
30 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()
167 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()
316 thisLIR != (MipsLIR *) cUnit->lastLIRInsn; in selfVerificationBranchInsertPass()4620 cUnit->lastLIRInsn);
175 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()
415 cUnit->lastLIRInsn);
1315 cUnit->lastLIRInsn); in dvmCompilerMIR2LIR()