Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp555 unsigned NumLiveRetVals = 0; in surveyFunction() local
579 if (NumLiveRetVals == RetCount) in surveyFunction()
591 NumLiveRetVals++; in surveyFunction()
598 NumLiveRetVals = RetCount; in surveyFunction()