Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp551 unsigned NumLiveRetVals = 0; in SurveyFunction() local
574 if (NumLiveRetVals == RetCount) in SurveyFunction()
586 NumLiveRetVals++; in SurveyFunction()
593 NumLiveRetVals = RetCount; in SurveyFunction()