ΒΆbool thinLTOPropagateFunctionAttrs(
    llvm::ModuleSummaryIndex& Index,
    function_ref<
        bool(GlobalValue::GUID,
             const llvm::GlobalValueSummary*)>
        isPrevailing)

Description

Propagate function attributes for function summaries along the index's callgraph during thinlink

Declared at: llvm/include/llvm/Transforms/IPO/FunctionAttrs.h:37

Parameters

llvm::ModuleSummaryIndex& Index
function_ref<bool( GlobalValue::GUID, const llvm::GlobalValueSummary*)> isPrevailing