Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/MachO/
DSectionPriorities.h74 llvm::MapVector<SectionPair, uint64_t> callGraphProfile; variable
DSectionPriorities.cpp290 callGraphProfile[{fromSym->isec, toSym->isec}] += entry.count; in extractCallGraphProfile()
296 assert(callGraphProfile.empty() && in parseOrderFile()
363 sectionPriorities = CallGraphSort(callGraphProfile).run(); in buildInputSectionPriorities()
/openbsd/src/gnu/llvm/lld/COFF/
DCallGraphSort.cpp77 const MapVector<SectionPair, uint64_t> &profile = ctx.config.callGraphProfile; in CallGraphSort()
DConfig.h240 callGraphProfile; member
DDriver.cpp1144 ctx.config.callGraphProfile[{from, to}] += count; in parseCallGraphFile()
1174 ctx.config.callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
DWriter.cpp867 if (!ctx.config.callGraphProfile.empty()) { in sortSections()
/openbsd/src/gnu/llvm/lld/ELF/
DCallGraphSort.cpp104 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
DConfig.h188 callGraphProfile; member
DDriver.cpp915 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()
984 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
DWriter.cpp1255 if (!config->callGraphProfile.empty()) in buildSectionOrder()