Lines Matching refs:RetCount
512 unsigned RetCount = numRetVals(&F); in surveyFunction() local
517 RetVals RetValLiveness(RetCount, MaybeLive); in surveyFunction()
524 RetUses MaybeLiveRetUses(RetCount); in surveyFunction()
581 if (NumLiveRetVals == RetCount) in surveyFunction()
600 NumLiveRetVals = RetCount; in surveyFunction()
601 RetValLiveness.assign(RetCount, Live); in surveyFunction()
605 for (unsigned Ri = 0; Ri != RetCount; ++Ri) { in surveyFunction()
620 for (unsigned Ri = 0; Ri != RetCount; ++Ri) in surveyFunction()
779 unsigned RetCount = numRetVals(F); in removeDeadStuffFromFunction() local
782 SmallVector<int, 5> NewRetIdxs(RetCount, -1); in removeDeadStuffFromFunction()
808 for (unsigned Ri = 0; Ri != RetCount; ++Ri) { in removeDeadStuffFromFunction()
986 for (unsigned Ri = 0; Ri != RetCount; ++Ri) in removeDeadStuffFromFunction()
1054 for (unsigned RetI = 0; RetI != RetCount; ++RetI) in removeDeadStuffFromFunction()