Searched refs:RetValLiveness (Results 1 – 1 of 1) sorted by relevance
515 RetVals RetValLiveness(RetCount, MaybeLive); in surveyFunction() local588 if (RetValLiveness[Idx] != Live) { in surveyFunction()589 RetValLiveness[Idx] = surveyUses(Ext, MaybeLiveRetUses[Idx]); in surveyFunction()590 if (RetValLiveness[Idx] == Live) in surveyFunction()599 RetValLiveness.assign(RetCount, Live); in surveyFunction()604 if (RetValLiveness[Ri] != Live) in surveyFunction()619 markValue(createRet(&F, Ri), RetValLiveness[Ri], MaybeLiveRetUses[Ri]); in surveyFunction()