Searched refs:callGraphProfile (Results 1 – 10 of 10) sorted by relevance
88 llvm::MapVector<SectionPair, uint64_t> callGraphProfile; variable
293 callGraphProfile[{fromSym->isec(), toSym->isec()}] += entry.count; in extractCallGraphProfile()299 assert(callGraphProfile.empty() && in parseOrderFile()383 sectionPriorities = CallGraphSort(callGraphProfile).run(); in buildInputSectionPriorities()
116 MapVector<SectionPair, uint64_t> &profile = ctx.arg.callGraphProfile; in CallGraphSort()300 for (std::pair<SectionPair, uint64_t> &c : ctx.arg.callGraphProfile) { in computeCacheDirectedSortOrder()
288 callGraphProfile; member
1039 ctx.arg.callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()1118 ctx.arg.callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
1102 } else if (!ctx.arg.callGraphProfile.empty()) { in buildSectionOrder()
76 const MapVector<SectionPair, uint64_t> &profile = ctx.config.callGraphProfile; in CallGraphSort()
279 callGraphProfile; member
1147 ctx.config.callGraphProfile[{from, to}] += count; in parseCallGraphFile()1177 ctx.config.callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
1031 if (!ctx.config.callGraphProfile.empty()) { in sortSections()