Searched refs:liveInV (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/compiler/ |
D | Dataflow.c | 913 BitVector *liveInV, int dalvikRegId) in handleLiveInUse() argument 917 dvmCompilerSetBit(liveInV, dalvikRegId); in handleLiveInUse() 934 BitVector *useV, *defV, *liveInV; in dvmCompilerFindLiveIn() local 945 liveInV = bb->dataFlowInfo->liveInV = in dvmCompilerFindLiveIn() 955 handleLiveInUse(useV, defV, liveInV, dInsn->vA); in dvmCompilerFindLiveIn() 957 handleLiveInUse(useV, defV, liveInV, dInsn->vA); in dvmCompilerFindLiveIn() 958 handleLiveInUse(useV, defV, liveInV, dInsn->vA+1); in dvmCompilerFindLiveIn() 961 handleLiveInUse(useV, defV, liveInV, dInsn->vB); in dvmCompilerFindLiveIn() 963 handleLiveInUse(useV, defV, liveInV, dInsn->vB); in dvmCompilerFindLiveIn() 964 handleLiveInUse(useV, defV, liveInV, dInsn->vB+1); in dvmCompilerFindLiveIn() [all …]
|
D | Dataflow.h | 91 BitVector *liveInV; member
|
D | Loop.c | 45 loopBody->dataFlowInfo->liveInV); in handlePhiPlacement()
|