Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1058 for (const Use &VUse : V->uses()) { in valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
1059 const User *U = VUse.getUser(); in valueIsOnlyUsedLocallyOrStoredToOneGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1925 for (auto [Phi, VUse] : in splitCoroutine()
1927 Phi->addIncoming(VUse, SuspendBB); in splitCoroutine()