Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp552 unsigned NumLiveRetVals = 0; in SurveyFunction() local
575 if (NumLiveRetVals == RetCount) in SurveyFunction()
587 NumLiveRetVals++; in SurveyFunction()
594 NumLiveRetVals = RetCount; in SurveyFunction()