Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1905 for (auto &VUse : Suspend->value_operands()) in splitRetconCoroutine() local
1906 ReturnPHIs[NextPHIIndex++]->addIncoming(&*VUse, SuspendBB); in splitRetconCoroutine()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1009 for (const Use &VUse : V->uses()) { in valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
1010 const User *U = VUse.getUser(); in valueIsOnlyUsedLocallyOrStoredToOneGlobal()