Lines Matching refs:RetCount
505 unsigned RetCount = numRetVals(&F); in surveyFunction() local
510 RetVals RetValLiveness(RetCount, MaybeLive); in surveyFunction()
517 RetUses MaybeLiveRetUses(RetCount); in surveyFunction()
566 if (NumLiveRetVals == RetCount) in surveyFunction()
585 NumLiveRetVals = RetCount; in surveyFunction()
586 RetValLiveness.assign(RetCount, Live); in surveyFunction()
590 for (unsigned Ri = 0; Ri != RetCount; ++Ri) { in surveyFunction()
605 for (unsigned Ri = 0; Ri != RetCount; ++Ri) in surveyFunction()
764 unsigned RetCount = numRetVals(F); in removeDeadStuffFromFunction() local
767 SmallVector<int, 5> NewRetIdxs(RetCount, -1); in removeDeadStuffFromFunction()
793 for (unsigned Ri = 0; Ri != RetCount; ++Ri) { in removeDeadStuffFromFunction()
970 for (unsigned Ri = 0; Ri != RetCount; ++Ri) in removeDeadStuffFromFunction()
1038 for (unsigned RetI = 0; RetI != RetCount; ++RetI) in removeDeadStuffFromFunction()