ΒΆLLVMBool LLVMRunPassManager(LLVMPassManagerRef PM,
                            LLVMModuleRef M)

Description

Initializes, executes on the provided module, and finalizes all of the passes scheduled in the pass manager. Returns 1 if any of the passes modified the module, 0 otherwise.

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

Parameters

LLVMPassManagerRef PM
LLVMModuleRef M