Lines Matching refs:RetCount
510 unsigned RetCount = numRetVals(&F); in surveyFunction() local
515 RetVals RetValLiveness(RetCount, MaybeLive); in surveyFunction()
522 RetUses MaybeLiveRetUses(RetCount); in surveyFunction()
579 if (NumLiveRetVals == RetCount) in surveyFunction()
598 NumLiveRetVals = RetCount; in surveyFunction()
599 RetValLiveness.assign(RetCount, Live); in surveyFunction()
603 for (unsigned Ri = 0; Ri != RetCount; ++Ri) { in surveyFunction()
618 for (unsigned Ri = 0; Ri != RetCount; ++Ri) in surveyFunction()
777 unsigned RetCount = numRetVals(F); in removeDeadStuffFromFunction() local
780 SmallVector<int, 5> NewRetIdxs(RetCount, -1); in removeDeadStuffFromFunction()
806 for (unsigned Ri = 0; Ri != RetCount; ++Ri) { in removeDeadStuffFromFunction()
984 for (unsigned Ri = 0; Ri != RetCount; ++Ri) in removeDeadStuffFromFunction()
1052 for (unsigned RetI = 0; RetI != RetCount; ++RetI) in removeDeadStuffFromFunction()