Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp542 unsigned NumLiveRetVals = 0; in surveyFunction() local
566 if (NumLiveRetVals == RetCount) in surveyFunction()
578 NumLiveRetVals++; in surveyFunction()
585 NumLiveRetVals = RetCount; in surveyFunction()