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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp503 unsigned RetCount = NumRetVals(&F); local
508 RetVals RetValLiveness(RetCount, MaybeLive);
514 // MaybeLive. Initialized to a list of RetCount empty lists.
515 RetUses MaybeLiveRetUses(RetCount);
580 if (NumLiveRetVals == RetCount)
599 NumLiveRetVals = RetCount;
600 RetValLiveness.assign(RetCount, Live);
603 for (unsigned i = 0; i != RetCount; ++i) {
619 for (unsigned i = 0; i != RetCount; ++i)
772 unsigned RetCount local
[all...]

Completed in 48 milliseconds