Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PrevVal

3183   unsigned PrevVal = 0;
3188 PrevVal = VRMap[StageNum - 1][LoopVal];
3192 PrevVal = VRMap[StageNum][LoopVal];
3195 PrevVal = LoopVal;
3198 PrevVal = getInitPhiReg(*LoopInst, BB);
3201 PrevVal =
3205 return PrevVal;