Searched refs:vregS (Results 1 – 1 of 1) sorted by relevance
1101 HReg vregS = INVALID_HREG; in doRegisterAllocation() local1103 if ( (*isMove)( instrs_in->arr[ii], &vregS, &vregD ) ) { in doRegisterAllocation()1104 if (!hregIsVirtual(vregS)) goto cannot_coalesce; in doRegisterAllocation()1107 vassert(hregClass(vregS) == hregClass(vregD)); in doRegisterAllocation()1108 Int k = hregIndex(vregS); in doRegisterAllocation()1116 (*ppReg)(vregS); in doRegisterAllocation()1134 vassert(IS_VALID_VREGNO(hregIndex(vregS))); in doRegisterAllocation()1136 vreg_state[hregIndex(vregS)] = INVALID_RREG_NO; in doRegisterAllocation()