ΒΆLLVMUseRef LLVMGetNextUse(LLVMUseRef U)

Description

Obtain the next use of a value. This effectively advances the iterator. It returns NULL if you are on the final use and no more are available.

Declared at: llvm/include/llvm-c/Core.h:1736

Parameters

LLVMUseRef U