Searched refs:callGraphProfile (Results 1 – 10 of 10) sorted by relevance
290 callGraphProfile[{fromSym->isec(), toSym->isec()}] += entry.count; in extractCallGraphProfile()296 assert(callGraphProfile.empty() && in parseOrderFile()363 sectionPriorities = CallGraphSort(callGraphProfile).run(); in buildInputSectionPriorities()
75 llvm::MapVector<SectionPair, uint64_t> callGraphProfile; variable
115 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort() 297 for (std::pair<SectionPair, uint64_t> &c : config->callGraphProfile) {
215 callGraphProfile; member
969 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()1047 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
1057 if (!config->callGraphProfile.empty()) in buildSectionOrder()
77 const MapVector<SectionPair, uint64_t> &profile = ctx.config.callGraphProfile; in CallGraphSort()
272 callGraphProfile; member
1152 ctx.config.callGraphProfile[{from, to}] += count; in parseCallGraphFile()1182 ctx.config.callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
950 if (!ctx.config.callGraphProfile.empty()) { in sortSections()