Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDDeadArgumentElimination.cpp574 unsigned NumLiveRetVals = 0; in SurveyFunction() local
596 if (NumLiveRetVals == RetCount) in SurveyFunction()
608 NumLiveRetVals++; in SurveyFunction()
615 NumLiveRetVals = RetCount; in SurveyFunction()