Home
last modified time | relevance | path

Searched refs:FunctionProfileData (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h45 Iter = FunctionProfileData.begin(); in begin()
57 return FunctionProfileData; in getProfileData()
63 if (FunctionProfileData.empty())
66 if (Iter == FunctionProfileData.end())
89 FunctionProfileData(std::move(ProfData)) {} in MemProfReader()
102 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> FunctionProfileData; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp251 for (const auto &KV : FunctionProfileData) { in printYAML()
453 FunctionProfileData.insert({F.Function, IndexedMemProfRecord()}); in mapRawProfileToRecords()
466 auto Result = FunctionProfileData.insert({Id, IndexedMemProfRecord()}); in mapRawProfileToRecords()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp660 const auto &FunctionProfileData = Reader->getProfileData(); in loadInput() local
662 for (const auto &I : FunctionProfileData) { in loadInput()