Searched refs:callGraphProfile (Results 1 – 10 of 10) sorted by relevance
75 llvm::MapVector<SectionPair, uint64_t> callGraphProfile; variable
289 callGraphProfile[{fromSym->isec, toSym->isec}] += entry.count; in extractCallGraphProfile()295 assert(callGraphProfile.empty() && in parseOrderFile()362 sectionPriorities = CallGraphSort(callGraphProfile).run(); in buildInputSectionPriorities()
75 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
236 callGraphProfile; member
1138 config->callGraphProfile[{from, to}] += count; in parseCallGraphFile()1168 config->callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
811 if (!config->callGraphProfile.empty()) { in sortSections()
104 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
157 callGraphProfile; member
875 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()944 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
1263 if (!config->callGraphProfile.empty()) in buildSectionOrder()