ΒΆLLVMPassManagerRef
LLVMCreateFunctionPassManagerForModule(
    LLVMModuleRef M)

Description

Constructs a new function-by-function pass pipeline over the module provider. It does not take ownership of the module provider. This type of pipeline is suitable for code generation and JIT compilation tasks.

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

Parameters

LLVMModuleRef M