ΒΆLLVMValueRef LLVMGetNextInstruction(
LLVMValueRef Inst)
LLVMValueRef LLVMGetNextInstruction(
LLVMValueRef Inst)
Description
Obtain the instruction that occurs after the one specified. The next instruction will be from the same basic block. If this is the last instruction in a basic block, NULL will be returned.
Declared at: llvm/include/llvm-c/Core.h:3103
Parameters
- LLVMValueRef Inst