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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp550 unsigned NumLiveRetVals = 0; local
580 if (NumLiveRetVals == RetCount)
592 NumLiveRetVals++;
599 NumLiveRetVals = RetCount;

Completed in 106 milliseconds