ΒΆLLVMValueRef LLVMGetFirstInstruction(
    LLVMBasicBlockRef BB)

Description

Obtain the first instruction in a basic block. The returned LLVMValueRef corresponds to a llvm::Instruction instance.

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

Parameters

LLVMBasicBlockRef BB