Searched refs:firstBB (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/
H A DLoop.cpp530 BasicBlock *firstBB = cUnit->entryBlock->fallThrough; local
532 int numPred = dvmCountSetBits(firstBB->predecessors);
544 dvmCompilerSetBit(cUnit->tempBlockV, firstBB->id);
546 BasicBlock *bodyBB = firstBB;
555 if (bodyBB->taken == firstBB) {
563 } else if (bodyBB->fallThrough == firstBB) {
746 BasicBlock *firstBB = cUnit->entryBlock->fallThrough; local
747 BasicBlock *backBranchBB = findPredecessorBlock(cUnit, firstBB);
748 if (backBranchBB->taken == firstBB) {
751 assert(backBranchBB->fallThrough == firstBB);
[all...]

Completed in 20 milliseconds