Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp583 UseVector MaybeLiveAggregateUses; in surveyFunction() local
584 if (surveyUse(&UU, MaybeLiveAggregateUses) == Live) { in surveyFunction()
592 MaybeLiveRetUses[Ri].append(MaybeLiveAggregateUses.begin(), in surveyFunction()
593 MaybeLiveAggregateUses.end()); in surveyFunction()