Searched refs:liveInV (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/compiler/ |
D | SSATransformation.cpp | 389 dvmCopyBitVector(tempDalvikRegisterV, bb->dataFlowInfo->liveInV); in computeBlockLiveIns() 391 computeSuccLiveIn(tempDalvikRegisterV, bb->taken->dataFlowInfo->liveInV, in computeBlockLiveIns() 395 bb->fallThrough->dataFlowInfo->liveInV, in computeBlockLiveIns() 408 succBB->dataFlowInfo->liveInV, in computeBlockLiveIns() 413 if (dvmCompareBitVectors(tempDalvikRegisterV, bb->dataFlowInfo->liveInV)) { in computeBlockLiveIns() 414 dvmCopyBitVector(bb->dataFlowInfo->liveInV, tempDalvikRegisterV); in computeBlockLiveIns() 487 if (!dvmIsBitSet(phiBB->dataFlowInfo->liveInV, dalvikReg)) continue; in insertPhiNodes()
|
D | Dataflow.cpp | 1090 BitVector *liveInV, int dalvikRegId) in handleLiveInUse() argument 1094 dvmCompilerSetBit(liveInV, dalvikRegId); in handleLiveInUse() 1111 BitVector *useV, *defV, *liveInV; in dvmCompilerFindLocalLiveIn() local 1119 liveInV = bb->dataFlowInfo->liveInV = in dvmCompilerFindLocalLiveIn() 1129 handleLiveInUse(useV, defV, liveInV, dInsn->vA); in dvmCompilerFindLocalLiveIn() 1131 handleLiveInUse(useV, defV, liveInV, dInsn->vA); in dvmCompilerFindLocalLiveIn() 1132 handleLiveInUse(useV, defV, liveInV, dInsn->vA+1); in dvmCompilerFindLocalLiveIn() 1135 handleLiveInUse(useV, defV, liveInV, dInsn->vB); in dvmCompilerFindLocalLiveIn() 1137 handleLiveInUse(useV, defV, liveInV, dInsn->vB); in dvmCompilerFindLocalLiveIn() 1138 handleLiveInUse(useV, defV, liveInV, dInsn->vB+1); in dvmCompilerFindLocalLiveIn() [all …]
|
D | Dataflow.h | 91 BitVector *liveInV; member
|