Home
last modified time | relevance | path

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

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