Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp655 for (const auto &MaybeLiveUse : MaybeLiveUses) { in markValue() local
656 if (isLive(MaybeLiveUse)) { in markValue()
663 Uses.emplace(MaybeLiveUse, RA); in markValue()