Searched refs:callGraphProfile (Results 1 – 8 of 8) sorted by relevance
214 callGraphProfile; member
74 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
979 config->callGraphProfile[{from, to}] += count; in parseCallGraphFile()1006 config->callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
817 if (!config->callGraphProfile.empty()) { in sortSections()
103 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
139 callGraphProfile; member
835 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()852 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
1318 if (!config->callGraphProfile.empty()) in buildSectionOrder()