Searched refs:loopBranchOpcode (Results 1 – 2 of 2) sorted by relevance
30 Opcode loopBranchOpcode; // OP_IF_XXX for the loop back branch member
89 ALOGE(" opcode %d", loopAnalysis->loopBranchOpcode);290 loopAnalysis->loopBranchOpcode = opcode; in isSimpleCountedLoop()456 rangeCheckMIR->dalvikInsn.arg[2] = loopAnalysis->loopBranchOpcode; in genHoistedChecks()474 if (loopAnalysis->loopBranchOpcode == OP_IF_LT || in genHoistedChecks()475 loopAnalysis->loopBranchOpcode == OP_IF_LE) { in genHoistedChecks()486 if (loopAnalysis->loopBranchOpcode == OP_IF_LE) { in genHoistedChecks()490 } else if (loopAnalysis->loopBranchOpcode == OP_IF_LTZ) { in genHoistedChecks()498 } else if (loopAnalysis->loopBranchOpcode == OP_IF_LEZ) { in genHoistedChecks()