Searched refs:RetValLiveness (Results 1 – 1 of 1) sorted by relevance
510 RetVals RetValLiveness(RetCount, MaybeLive); in surveyFunction() local575 if (RetValLiveness[Idx] != Live) { in surveyFunction()576 RetValLiveness[Idx] = surveyUses(Ext, MaybeLiveRetUses[Idx]); in surveyFunction()577 if (RetValLiveness[Idx] == Live) in surveyFunction()586 RetValLiveness.assign(RetCount, Live); in surveyFunction()591 if (RetValLiveness[Ri] != Live) in surveyFunction()606 markValue(createRet(&F, Ri), RetValLiveness[Ri], MaybeLiveRetUses[Ri]); in surveyFunction()