Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp510 RetVals RetValLiveness(RetCount, MaybeLive); in surveyFunction() local
575 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()