LLVMRunFunctionPassManager

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

extern (C) nothrow
LLVMBool
LLVMRunFunctionPassManager
(
LLVMPassManagerRef FPM
,
LLVMValueRef F
)

Meta