Searched refs:callGraphProfile (Results 1 – 10 of 10) sorted by relevance
74 llvm::MapVector<SectionPair, uint64_t> callGraphProfile; variable
290 callGraphProfile[{fromSym->isec, toSym->isec}] += entry.count; in extractCallGraphProfile()296 assert(callGraphProfile.empty() && in parseOrderFile()363 sectionPriorities = CallGraphSort(callGraphProfile).run(); in buildInputSectionPriorities()
104 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
188 callGraphProfile; member
915 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()984 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
1255 if (!config->callGraphProfile.empty()) in buildSectionOrder()
77 const MapVector<SectionPair, uint64_t> &profile = ctx.config.callGraphProfile; in CallGraphSort()
240 callGraphProfile; member
1144 ctx.config.callGraphProfile[{from, to}] += count; in parseCallGraphFile()1174 ctx.config.callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
867 if (!ctx.config.callGraphProfile.empty()) { in sortSections()