ΒΆLLVMBool LLVMInitializeFunctionPassManager(
    LLVMPassManagerRef FPM)

Description

Initializes all of the function passes scheduled in the function pass manager. Returns 1 if any of the passes modified the module, 0 otherwise.

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

Parameters

LLVMPassManagerRef FPM