LLVMRunPassManager

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. @see llvm::PassManager::run(Module&)

extern (C) nothrow
LLVMBool
LLVMRunPassManager
(
LLVMPassManagerRef PM
,
LLVMModuleRef M
)

Meta