Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/arm/
DGlobalOptimizations.c35 ArmLIR *nextLIR = thisLIR; in applyRedundantBranchElimination() local
38 nextLIR = NEXT_LIR(nextLIR); in applyRedundantBranchElimination()
43 if (nextLIR == (ArmLIR *) thisLIR->generic.target) { in applyRedundantBranchElimination()
51 if (!isPseudoOpCode(nextLIR->opCode) || in applyRedundantBranchElimination()
52 nextLIR->opCode == ARM_PSEUDO_ALIGN4) in applyRedundantBranchElimination()