ΒΆvoid updateIndirectCalls(
    llvm::ModuleSummaryIndex& Index)

Description

Update call edges for indirect calls to local functions added from SamplePGO when needed. Normally this is done during computeDeadSymbolsAndUpdateIndirectCalls, but can be called standalone when that is not called (e.g. during testing).

Declared at: llvm/include/llvm/Transforms/IPO/FunctionImport.h:178

Parameters

llvm::ModuleSummaryIndex& Index