ΒΆLLVMBool LLVMRunFunctionPassManager(
    LLVMPassManagerRef FPM,
    LLVMValueRef F)

Description

Executes all of the function passes scheduled in the function pass manager on the provided function. Returns 1 if any of the passes modified the function, false otherwise.

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

Parameters

LLVMPassManagerRef FPM
LLVMValueRef F