Lines Matching refs:taken
1204 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
1530 bool backwardBranch = (bb->taken->startOffset <= mir->offset);
1537 int numPredecessors = dvmCountSetBits(bb->taken->predecessors);
1539 * Things could be hoisted out of the taken block into the predecessor, so
1542 if (numPredecessors == 1 && bb->taken->visited == false &&
1543 bb->taken->blockType == kDalvikByteCode) {
1544 cUnit->nextCodegenBlock = bb->taken;
1547 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
2161 bool backwardBranch = (bb->taken->startOffset <= mir->offset);
2195 genConditionalBranchMips(cUnit, opc, rlSrc.lowReg, rt, &labelList[bb->taken->id]);
2572 /* When taken r_V0 has NULL which can be used for store directly */
2669 bool backwardBranch = (bb->taken->startOffset <= mir->offset);
2725 genConditionalBranchMips(cUnit, opc, reg1, reg2, &labelList[bb->taken->id]);
3105 MipsLIR *predChainingCell = &labelList[bb->taken->id];
3316 MipsLIR *predChainingCell = &labelList[bb->taken->id];
3501 MipsLIR *predChainingCell = &labelList[bb->taken->id];