Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1978 for (auto &VUse : Suspend->value_operands()) in splitRetconCoroutine() local
1979 ReturnPHIs[NextPHIIndex++]->addIncoming(&*VUse, SuspendBB); in splitRetconCoroutine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1030 for (const Use &VUse : V->uses()) { in valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
1031 const User *U = VUse.getUser(); in valueIsOnlyUsedLocallyOrStoredToOneGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12064 for (auto VUse : OrUse->uses()) { in performOrCombine() local
12065 if (!VUse->getValueType(0).isVector()) in performOrCombine()
12072 if (VUse->getOpcode() == VectorwiseOp) in performOrCombine()