ΒΆstd::string getPGOFuncName(
    const llvm::Function& F,
    bool InLTO = false,
    uint64_t Version = 8)

Description

Return the modified name for function \c F suitable to be used the key for profile lookup. Variable \c InLTO indicates if this is called in LTO optimization passes.

Declared at: llvm/include/llvm/ProfileData/InstrProf.h:169

Parameters

const llvm::Function& F
bool InLTO = false
uint64_t Version = 8