ΒΆstd::string getPGOFuncName(
const llvm::Function& F,
bool InLTO = false,
uint64_t Version = 5)
std::string getPGOFuncName(
const llvm::Function& F,
bool InLTO = false,
uint64_t Version = 5)
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:162
Parameters
- const llvm::Function& F
- bool InLTO = false
- uint64_t Version = 5