Home
last modified time | relevance | path

Searched refs:RetValLiveness (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp517 RetVals RetValLiveness(RetCount, MaybeLive); in surveyFunction() local
590 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()