Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp557 unsigned NumLiveRetVals = 0; in surveyFunction() local
581 if (NumLiveRetVals == RetCount) in surveyFunction()
593 NumLiveRetVals++; in surveyFunction()
600 NumLiveRetVals = RetCount; in surveyFunction()