HomeSort by relevance Sort by last modified time
    Searched defs:tempBlockV (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/
SSATransformation.cpp 235 BitVector *tempBlockV = cUnit->tempBlockV;
244 dvmSetInitialBits(tempBlockV, numTotalBlocks);
253 /* tempBlockV = tempBlockV ^ dominators */
254 dvmIntersectBitVectors(tempBlockV, tempBlockV, predBB->dominators);
256 dvmSetBit(tempBlockV, bb->id);
257 if (dvmCompareBitVectors(tempBlockV, bb->dominators)) {
258 dvmCopyBitVector(bb->dominators, tempBlockV);
    [all...]
CompilerIR.h 269 BitVector *tempBlockV;

Completed in 49 milliseconds