Home
last modified time | relevance | path

Searched refs:callGraphProfile (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DSectionPriorities.h75 llvm::MapVector<SectionPair, uint64_t> callGraphProfile; variable
H A DSectionPriorities.cpp289 callGraphProfile[{fromSym->isec, toSym->isec}] += entry.count; in extractCallGraphProfile()
295 assert(callGraphProfile.empty() && in parseOrderFile()
362 sectionPriorities = CallGraphSort(callGraphProfile).run(); in buildInputSectionPriorities()
/llvm-project-15.0.7/lld/COFF/
H A DCallGraphSort.cpp75 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
H A DConfig.h236 callGraphProfile; member
H A DDriver.cpp1138 config->callGraphProfile[{from, to}] += count; in parseCallGraphFile()
1168 config->callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
H A DWriter.cpp811 if (!config->callGraphProfile.empty()) { in sortSections()
/llvm-project-15.0.7/lld/ELF/
H A DCallGraphSort.cpp104 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
H A DConfig.h157 callGraphProfile; member
H A DDriver.cpp875 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()
944 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
H A DWriter.cpp1263 if (!config->callGraphProfile.empty()) in buildSectionOrder()