Skip to main content

LLVMAddInternalizePassWithMustPreservePredicate

Function LLVMAddInternalizePassWithMustPreservePredicate 

Source
pub unsafe extern "C" fn LLVMAddInternalizePassWithMustPreservePredicate(
    PM: LLVMPassManagerRef,
    Context: *mut c_void,
    MustPreserve: Option<extern "C" fn(LLVMValueRef, *mut c_void) -> LLVMBool>,
)