Searched refs:CallGraphProfile (Results 1 – 4 of 4) sorted by relevance
103 MapVector<SectionPair, uint64_t> &Profile = Config->CallGraphProfile; in CallGraphSort()
123 CallGraphProfile; member
683 Config->CallGraphProfile[std::make_pair(From, To)] += Count; in readCallGraph()700 Config->CallGraphProfile[{From, To}] += CGPE.cgp_weight; in readCallGraphsFromObjectFiles()
1113 if (!Config->CallGraphProfile.empty()) in buildSectionOrder()