Searched refs:callGraphProfile (Results 1 – 8 of 8) sorted by relevance
229 callGraphProfile; member
74 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
1038 config->callGraphProfile[{from, to}] += count; in parseCallGraphFile()1068 config->callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
818 if (!config->callGraphProfile.empty()) { in sortSections()
103 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
145 callGraphProfile; member
854 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()924 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
1335 if (!config->callGraphProfile.empty()) in buildSectionOrder()