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